You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Developers/Contributing-Services.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ Services will grow over time, we may split up the buildstack menu into subsectio
9
9
*`build.py` file is correct
10
10
* Service allows for changing external WUI port from Build Stack's options menu if service uses a HTTP/S port
11
11
* Use a default password, or allow the user to generate a random password for the service for initial installation. If the service asks to setup an account this can be ignored.
12
-
* Ensure [Default Configs](https://sensorsiot.github.io/IOTstack/Default-Configs) is updated with WUI port and username/password.
13
-
* Must detect port confilicts with other services on [BuildStack](https://sensorsiot.github.io/IOTstack/Menu-System) Menu.
12
+
* Ensure [Default Configs](../Default-Configs.md) is updated with WUI port and username/password.
13
+
* Must detect port confilicts with other services on [BuildStack](Menu-System.md) Menu.
14
14
*`Pre` and `Post` hooks work with no errors.
15
15
* Does not require user to edit config files in order to get the service running.
16
16
* Ensure that your service can be backed up and restored without errors or data loss.
@@ -21,8 +21,9 @@ Services will grow over time, we may split up the buildstack menu into subsectio
21
21
If your new service is approved and merged then congratulations! Please watch the Issues page on github over the next few days and weeks to see if any users have questions or issues with your new service.
Copy file name to clipboardExpand all lines: docs/PostBuild-Script.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
The postbuild bash script allows for executing arbitrary execution of bash commands after the stack has been build.
3
3
4
4
## How to use
5
-
Place a file in the main directory called `postbuild.sh`. When the buildstack [build logic](https://sensorsiot.github.io/IOTstack/Menu-System) finishes, it'll execute the `postbuild.sh` script, passing in each service selected from the buildstack menu as a parameter. This script is run each time the buildstack logic runs.
5
+
Place a file in the main directory called `postbuild.sh`. When the buildstack [build logic](Developers/Menu-System.md) finishes, it'll execute the `postbuild.sh` script, passing in each service selected from the buildstack menu as a parameter. This script is run each time the buildstack logic runs.
6
6
7
7
## Updates
8
8
The `postbuild.sh` file has been added to gitignore, so it won't be updated by IOTstack when IOTstack is updated. It has also been added to the backup script so that it will be backed up with your personal IOTstack backups.
0 commit comments