-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to new S6 service configuration (#82)
* Add basic structure and deps * Move run and finish scripts * Add type * Add exec perms * Move labels to build.json * Show labels in tests * Tidy up dockerfile
- Loading branch information
Showing
14 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,14 @@ | |
}, | ||
"codenotary": { | ||
"signer": "[email protected]" | ||
}, | ||
"labels":{ | ||
"maintainer": "Colin Seymour (https://github.com/lildude)", | ||
"org.opencontainers.image.authors": "Colin Seymour (https://github.com/lildude)", | ||
"org.opencontainers.image.description": "Privacy-first, open source dashboard for your personal finances.", | ||
"org.opencontainers.image.documentation": "https://github.com/lildude/ha-addon-ghostfolio/blob/main/DOCS.md", | ||
"org.opencontainers.image.licenses": "MIT", | ||
"org.opencontainers.image.source": "https://github.com/lildude/ha-addon-ghostfolio/", | ||
"org.opencontainers.image.title": "Home Assistant Add-on: Ghostolio" | ||
} | ||
} |
Empty file.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
longrun |
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
longrun |
Empty file.
Empty file.