Commit graph

12 commits

Author SHA1 Message Date
Luke Granger-Brown
269c7df40a feat: allow configuring settings
This allows setting a settings attrset in the module, which will then
change that setting to the specified value. This is particularly useful
for e.g. the `entryPage` setting, which you can then make set to a
particular value.

There's an escape hatch for string-valued secrets which live in the
settings, like the Steam API key: string-valued settings can be
specified by using the __FILE suffix on the setting name (e.g.
steamAPIKey__FILE) and then specifying the path to a file instead.
The content of that file will be used as the setting instead.
2024-10-06 20:15:12 +01:00
sinavir
c6baf60295 fix: tag synchronisation again 2024-04-21 20:50:30 +02:00
sinavir
b5f06dc7ef fix: tag value 2024-04-21 18:14:02 +02:00
sinavir
8769cf0622 fix: change password env var 2024-04-21 17:35:57 +02:00
sinavir
1c73542d29 feat: add status page declarative setup 2024-04-21 13:58:31 +02:00
sinavir
456f923905 feat: add host, password and username handling 2024-04-21 13:58:31 +02:00
sinavir
c1863033bc feat: improve cli and scrapping (breaking change in json format) 2024-04-20 13:37:45 +02:00
sinavir
a6904ba370 fix: dict.get default is already None 2024-04-19 17:19:50 +02:00
sinavir
ca878138a1 fix: refactor tags handling 2024-04-18 20:26:18 +02:00
sinavir
12b4168309 fix: tag sync 2024-04-18 17:35:46 +02:00
sinavir
77147e5d01 fix: Add some more debug logs 2024-04-18 17:35:28 +02:00
sinavir
927738ec71 init 2024-04-16 22:48:52 +02:00