beatufitull front end for ozone modration ,, wit catpucoin and ebergarden !
ozone moderation
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix module

+2 -2
+2 -2
nix/module.nix
··· 86 86 PUBLIC_LABELER_URL = cfg.labelerUrl; 87 87 PUBLIC_PDS_URL = cfg.pdsUrl; 88 88 PUBLIC_AUTHENTICATION = cfg.authentication; 89 - PUBLIC_ENABLE_ADS_DEFAULT = toString cfg.enableAdsDefault; 90 - PUBLIC_ALLOW_SELF_LOGIN = toString cfg.allowSelfLogin; 89 + PUBLIC_ALLOW_SELF_LOGIN = if cfg.allowSelfLogin then "true" else "false"; 90 + PUBLIC_ENABLE_ADS_DEFAULT = if cfg.enableAdsDefault then "true" else "false"; 91 91 92 92 PORT = toString cfg.port; 93 93 HOST = cfg.host;