mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Set description in the embed for Forgejo
This commit is contained in:
parent
63019692e8
commit
03ed8366cb
1 changed files with 9 additions and 2 deletions
|
@ -25,8 +25,10 @@ in serverSystemConfiguration {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = let
|
||||||
default.APP_NAME = "RGBCube's Forge of Shitty Software";
|
description = "RGBCube's Forge of Shitty Software";
|
||||||
|
in {
|
||||||
|
default.APP_NAME = description;
|
||||||
|
|
||||||
# actions = {
|
# actions = {
|
||||||
# ENABLED = true;
|
# ENABLED = true;
|
||||||
|
@ -82,6 +84,11 @@ in serverSystemConfiguration {
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
SAME_SITE = "strict";
|
SAME_SITE = "strict";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"ui.meta" = {
|
||||||
|
AUTHOR = description;
|
||||||
|
DESCRIPTION = description;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue