Compare commits
2 Commits
51d60de5c0
...
90f8387192
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90f8387192 | ||
|
|
25604d6c14 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ result
|
|||||||
age-key.txt
|
age-key.txt
|
||||||
.decrypted~common.yaml
|
.decrypted~common.yaml
|
||||||
.decrypted*
|
.decrypted*
|
||||||
|
.tmp
|
||||||
@@ -136,7 +136,7 @@ in {
|
|||||||
$OCC config:app:set theming url --value="https://${containerCfg.subdomain}.${serverCfg.hostDomain}"
|
$OCC config:app:set theming url --value="https://${containerCfg.subdomain}.${serverCfg.hostDomain}"
|
||||||
${lib.optionalString (containerCfg.extra ? name) ''$OCC config:app:set theming name --value="${containerCfg.extra.name}"''}
|
${lib.optionalString (containerCfg.extra ? name) ''$OCC config:app:set theming name --value="${containerCfg.extra.name}"''}
|
||||||
${lib.optionalString (containerCfg.extra ? slogan) ''$OCC config:app:set theming slogan --value="${containerCfg.extra.slogan}"''}
|
${lib.optionalString (containerCfg.extra ? slogan) ''$OCC config:app:set theming slogan --value="${containerCfg.extra.slogan}"''}
|
||||||
$OCC config:app:set theming color --value="${serverCfg.colorScheme.palette.base0C}"
|
$OCC config:app:set theming color --value="${serverCfg.colorScheme.palette}"
|
||||||
|
|
||||||
#$OCC theming:config logo {serverCfg.colorScheme.logo}
|
#$OCC theming:config logo {serverCfg.colorScheme.logo}
|
||||||
#$OCC theming:config logoheader {serverCfg.colorScheme.logo}
|
#$OCC theming:config logoheader {serverCfg.colorScheme.logo}
|
||||||
|
|||||||
Reference in New Issue
Block a user