mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Redesign about pages
This commit is contained in:
parent
fa7d8c0ed4
commit
f4d6cecf10
81 changed files with 1819 additions and 935 deletions
|
@ -104,6 +104,15 @@ class ServerConfigManager {
|
|||
isNSFW: CONFIG.INSTANCE.IS_NSFW,
|
||||
defaultNSFWPolicy: CONFIG.INSTANCE.DEFAULT_NSFW_POLICY,
|
||||
defaultClientRoute: CONFIG.INSTANCE.DEFAULT_CLIENT_ROUTE,
|
||||
serverCountry: CONFIG.INSTANCE.SERVER_COUNTRY,
|
||||
support: {
|
||||
text: CONFIG.INSTANCE.SUPPORT.TEXT
|
||||
},
|
||||
social: {
|
||||
blueskyLink: CONFIG.INSTANCE.SOCIAL.BLUESKY,
|
||||
mastodonLink: CONFIG.INSTANCE.SOCIAL.MASTODON_LINK,
|
||||
externalLink: CONFIG.INSTANCE.SOCIAL.EXTERNAL_LINK
|
||||
},
|
||||
customizations: {
|
||||
javascript: CONFIG.INSTANCE.CUSTOMIZATIONS.JAVASCRIPT,
|
||||
css: CONFIG.INSTANCE.CUSTOMIZATIONS.CSS
|
||||
|
@ -291,6 +300,10 @@ class ServerConfigManager {
|
|||
}
|
||||
},
|
||||
|
||||
federation: {
|
||||
enabled: CONFIG.FEDERATION.ENABLED
|
||||
},
|
||||
|
||||
broadcastMessage: {
|
||||
enabled: CONFIG.BROADCAST_MESSAGE.ENABLED,
|
||||
message: CONFIG.BROADCAST_MESSAGE.MESSAGE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue