Skip to content

Commit e7049b8

Browse files
committed
Update docs and file attributions
Docs ==== - MoonLight -> MoonBase General ====== - Update file attributions
1 parent 973ed88 commit e7049b8

File tree

28 files changed

+12658
-12630
lines changed

28 files changed

+12658
-12630
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# MoonBase / MoonLight
44

5-
<img width="500" alt="MoonLight" src="https://github.com/user-attachments/assets/de0ab735-d547-462e-b7e3-c3f819bf9283" />
5+
<img width="500" src="https://github.com/user-attachments/assets/de0ab735-d547-462e-b7e3-c3f819bf9283" />
66

77
* MoonBase and MoonLight are [MoonModules](https://moonmodules.org) projects.
88
* MoonBase = [ESP32 SvelteKit](https://github.com/theelims/ESP32-sveltekit) + [ESPLiveScript]([https://github.com/hpwit/StarLight/tree/StarAsAService](https://github.com/hpwit/ESPLiveScript)) + [StarBase](https://github.com/ewowi/StarBase). Check [Discord/MoonLight](https://discord.gg/TC8NSUSCdV) to discuss.
@@ -11,9 +11,9 @@
1111
* Work in progress is shown in the [Kanban board](https://github.com/users/MoonModules/projects/2). You are more then welcome to add issues, comment on issues or help with issues.
1212
You are more then welcome to add issues, comment on issues or help with issues.
1313
* See also [ESP32-sveltekit POC](https://github.com/theelims/ESP32-sveltekit/issues/68)
14-
* Documentation has been setup (but not customized), see [MoonLightDocs](https://MoonModules.github.io/MoonLight/).
14+
* Documentation see [MoonBaseDocs](https://ewowi.github.io/MoonBase/).
1515

16-
[Release 0.5.2](https://github.com/MoonModules/MoonLight/releases/tag/v0.5.2) (Jan 21, 2025):
16+
[Release 0.5.2](https://github.com/ewowi/MoonBase/releases/tag/v0.5.2) (Jan 21, 2025):
1717

1818
<img src="https://github.com/user-attachments/assets/c655d610-53eb-4dd3-8e9e-0cfa23b97bb4"/>
1919

docs/connections/mqtt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
### Server
88

9-
[SystemStatus.h](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.cpp)
9+
[SystemStatus.h](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.cpp)
1010

1111
### UI
1212

13-
[SystemStatus.svelte](https://github.com/MoonModules/MoonLight/blob/main/interface/src/routes/system/status/SystemStatus.svelte)
13+
[SystemStatus.svelte](https://github.com/ewowi/MoonBase/blob/main/interface/src/routes/system/status/SystemStatus.svelte)

docs/connections/ntp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
### Server
88

9-
[SystemStatus.h](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.cpp)
9+
[SystemStatus.h](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.cpp)
1010

1111
### UI
1212

13-
[SystemStatus.svelte](https://github.com/MoonModules/MoonLight/blob/main/interface/src/routes/system/status/SystemStatus.svelte)
13+
[SystemStatus.svelte](https://github.com/ewowi/MoonBase/blob/main/interface/src/routes/system/status/SystemStatus.svelte)

docs/general/customizingsveltekit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Customize UI and app specific
44

5-
* {custom} = MoonLight
5+
* {custom} = MoonBase / MoonLight
66

77
* docs/media/
88
* add {custom}-logo.png
@@ -70,7 +70,7 @@
7070
* Add Monitor
7171
* socket.ts: add else listeners.get("monitor")?.forEach((listener) => listener(new Uint8Array(message.data)));
7272
* EventSocket.cpp: add void EventSocket::emitEvent with char * argument
73-
* Add MoonLight specific functionality (Currently fixtures and effects)
73+
* Add MoonBase / MoonLight specific functionality (Currently fixtures and effects)
7474
* ESP32SvelteKit.cpp:
7575
* CPU load, loops per second (and main.cpp)
7676
* comment response.addHeader("Cache-Control", "public, immutable, max-age=31536000");
@@ -79,7 +79,7 @@
7979
* interface/source/routes/statusbar.svelte
8080
* show help:
8181
```html
82-
<a href="https://moonmodules.org{window.location.pathname} target="_blank">?</a>
82+
<a href="https://{page.data.github.split("/")[0]}.github.io/{page.data.github.split("/")[1]}{page.url.pathname + addModuleToURL()}" target="_blank">?</a>
8383
```
8484
* main.cpp: esp_log_set_vprintf(my_vprintf); WIP
8585
* ci pio

docs/general/gettingstarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
## Installation - End user
2424

25-
[install](https://moonmodules.org/MoonLight/general/index.html)
25+
[install](https://github.com/ewowi/MoonBase/blob/main/docs/general/index.html)
2626

2727
* release 0.5.4, for latest build follow installation developer
2828
* This is WIP, looks like issue with erasing the board and setting the partitions right ...
@@ -44,8 +44,8 @@
4444

4545
## Developing
4646

47-
* Read the [ESP32 Sveltekit docs](https://moonmodules.org/MoonLight/eskIndex/) (Latest version (Svelte 5) here [ESP32 Sveltekit docs](https://theelims.github.io/ESP32-sveltekit/))
48-
* Read [Customizing Sveltekit](https://moonmodules.org/MoonLight/general/customizingsveltekit/)
47+
* Read the [ESP32 Sveltekit docs](https://ewowi.github.io/MoonBase/esp32sveltekit/)
48+
* Read [Customizing Sveltekit](https://ewowi.github.io/MoonBase/general/customizingsveltekit/)
4949
* UI dev: configure vite.config.ts, go to interface folder, npm install, npm run dev. A local webserver starts on localhost. UI changes will directly be shown via this webserver
5050
* Changes made to the UI are not always visible in the browser, issue with caching / max-age (WIP), clear the browser cache to see latest UI.
5151
* Want to make changes: fork the repo and submit pull requests

docs/general/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "MoonLight",
2+
"name": "MoonBase",
33
"version": "2025.03.30",
44
"home_assistant_domain": "esphome",
55
"funding_url": "https://esphome.io/guides/supporters.html",

docs/index.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,22 @@ hide:
66

77
# MoonBase / MoonLight
88

9-
<img width="500" alt="MoonLight" src="https://github.com/user-attachments/assets/de0ab735-d547-462e-b7e3-c3f819bf9283" />
9+
<img width="500" src="https://github.com/user-attachments/assets/de0ab735-d547-462e-b7e3-c3f819bf9283" />
1010

1111
* MoonBase and MoonLight are [MoonModules](https://moonmodules.org) projects.
12-
* MoonBase = [ESP32 SvelteKit](https://github.com/theelims/ESP32-sveltekit) + [ESPLiveScript]([https://github.com/hpwit/StarLight/tree/StarAsAService](https://github.com/hpwit/ESPLiveScript)) + [StarBase](https://github.com/ewowi/StarBase).
13-
* MoonLight = MoonBase + [StarLight as a Service](https://github.com/MoonModules/StarLight/tree/StarAsAService).
12+
* MoonBase = [ESP32 SvelteKit](https://github.com/theelims/ESP32-sveltekit) + [ESPLiveScript]([https://github.com/hpwit/StarLight/tree/StarAsAService](https://github.com/hpwit/ESPLiveScript)) + [StarBase](https://github.com/ewowi/StarBase). Check [Discord/MoonLight](https://discord.gg/TC8NSUSCdV) to discuss.
13+
* MoonLight = MoonBase + [StarLight as a Service](https://github.com/MoonModules/StarLight/tree/StarAsAService). Check [Discord/MoonLight](https://discord.gg/TC8NSUSCdV) to discuss.
1414
* MoonBase is the current work in progress repo, see [Star-Mod-Base-Light-Moon-Svelte-Live](https://moonmodules.org/Star-Mod-Base-Light-Moon-Svelte-Live). MoonLight will be updated later.
1515
* Work in progress is shown in the [Kanban board](https://github.com/users/MoonModules/projects/2). You are more then welcome to add issues, comment on issues or help with issues.
1616
You are more then welcome to add issues, comment on issues or help with issues.
17-
* See also [ESP32-sveltekit - Issue 68 - POC](https://github.com/theelims/ESP32-sveltekit/issues/68)
18-
* Documentation see [MoonLightDocs](https://MoonModules.org/MoonLight/).
19-
* Check [Discord/MoonLight](https://discord.gg/TC8NSUSCdV) to discuss.
17+
* See also [ESP32-sveltekit POC](https://github.com/theelims/ESP32-sveltekit/issues/68)
18+
* Documentation see [MoonBaseDocs](https://ewowi.github.io/MoonBase/).
2019

21-
[Release 0.5.2](https://github.com/MoonModules/MoonLight/releases/tag/v0.5.2) (Jan 21, 2025):
20+
[Release 0.5.2](https://github.com/ewowi/MoonBase/releases/tag/v0.5.2) (Jan 21, 2025):
2221

2322
<img src="https://github.com/user-attachments/assets/c655d610-53eb-4dd3-8e9e-0cfa23b97bb4"/>
2423

2524
## License
2625

2726
MoonBase, MoonLight: GPL-v3
28-
29-
ESP32 SvelteKit see [ESP32 SvelteKit license](https://github.com/theelims/ESP32-sveltekit?tab=License-1-ov-file#)
27+
ESP32 SvelteKit see [ESP32 SvelteKit license](https://github.com/theelims/ESP32-sveltekit?tab=License-1-ov-file#)

docs/system/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* confirmDelete: when delete button pressed
2222
* socket files / handleFileState (->folderListFromBreadCrumbs)
2323

24-
Using component FileEdit, see [Components](https://moonmodules.org/MoonLight/components/#fileedit)
24+
Using component FileEdit, see [Components](https://ewowi.github.io/MoonBase/components/#fileedit)
2525

2626
### Server
2727

docs/system/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Shows system info on a timeline
1313

1414
### Server
1515

16-
[SystemStatus.h](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.cpp)
16+
[SystemStatus.h](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.cpp)
1717

1818
### UI
1919

20-
[SystemStatus.svelte](https://github.com/MoonModules/MoonLight/blob/main/interface/src/routes/system/status/SystemStatus.svelte)
20+
[SystemStatus.svelte](https://github.com/ewowi/MoonBase/blob/main/interface/src/routes/system/status/SystemStatus.svelte)

docs/system/status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
### Server
1414

15-
[SystemStatus.h](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/MoonModules/MoonLight/blob/main/lib/framework/SystemStatus.cpp)
15+
[SystemStatus.h](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.h) and [SystemStatus.cpp](https://github.com/ewowi/MoonBase/blob/main/lib/framework/SystemStatus.cpp)
1616

1717
### UI
1818

19-
[SystemStatus.svelte](https://github.com/MoonModules/MoonLight/blob/main/interface/src/routes/system/status/SystemStatus.svelte)
19+
[SystemStatus.svelte](https://github.com/ewowi/MoonBase/blob/main/interface/src/routes/system/status/SystemStatus.svelte)

0 commit comments

Comments
 (0)