summary refs log tree commit diff stats
path: root/system/services/invidious/default.nix (follow)
Commit message (Collapse)AuthorAge
* Fix(system/services/invidious): Add interpreter to start scriptSoispha2023-08-11
|
* Fix(system/services/invidious): Force the new script option to be appliedSoispha2023-08-11
|
* Fix(system/service/invidious): Copy their script, to remove shell escapeSoispha2023-08-11
| | | | | | | The default ExecStart implementation in the module, escapes all stings. This does not work for us because we need to use the `$CREDENTIALS_DIR` environment variable, for the credentials deployed in den `LoadCredential` option
* Fix(system/services/invidious): Set correct access permissions on hmacSoispha2023-08-11
|
* Fix(system/services/invidious): Check tables on startupSoispha2023-08-11
|
* Refactor(system/secrets/invidious): Remove unneeded files and improve namesSoispha2023-08-11
|
* Fix(system): Binary substitution for debuggingsils2023-08-11
|
* Fix(system/services/invidious): Specifiy database hostsils2023-08-11
|
* Feat(system): Add invidioussils2023-08-11