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: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ This package allows you to run GitHub Actions on your Synology NAS. It uses the
16
16
17
17
4. Follow the installation instructions.
18
18
19
-
> The package will go in error state initially, but this is expected as it needs to be elevated to run properly.
19
+
**The package will go in error state initially, but this is expected as it needs to be elevated to run properly.**
20
20
21
-
5. Elevate the package by following the instructions in the [Elevate Package](https://github.com/tomgrv/synology-package-builder/blob/main/doc/elevated.md)
21
+
5. Elevate the package by following the instructions from the [Synology Package Builder](https://github.com/tomgrv/synology-package-builder/blob/main/doc/elevated.md)
22
22
23
23
6. After elevation, the package will:
24
-
- Download the docker image
25
-
- Create a Docker container in the Container Manager
26
-
-Start the GitHub Runner as configured.
24
+
- Download the docker image (takes a while, you shoud receive a notification from Container Manager when done)
25
+
- Create a Docker container in the Container Manager. This container will be read-only and named `github-runner`
26
+
-Behave as a regular Package, allowing you to start/stop it from the Package Center.
27
27
28
28
## Credits
29
29
@@ -34,3 +34,5 @@ This package was created using the [Synology Package Builder Github Action](http
34
34
## License
35
35
36
36
This package is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
37
+
38
+
This work is not affiliated with Synology Inc. in any way. It is an independent project that aims to facilitate the development of Synology packages using GitHub Actions. It is not an official Synology product and does not have any official support from Synology Inc. Use at your own risk.
0 commit comments