1
Fork 0

Add more explicit microbin config options

This commit is contained in:
prescientmoon 2024-05-09 17:07:54 +02:00
parent 9a228b676e
commit 904aac3468
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -18,12 +18,19 @@ in
# High level settings # High level settings
MICROBIN_ADMIN_USERNAME = "prescientmoon"; MICROBIN_ADMIN_USERNAME = "prescientmoon";
MICROBIN_PORT = toString port; MICROBIN_PORT = toString port;
MICROBIN_PUBLIC_PATH = "https://bin.moonythm.dev/";
MICROBIN_DISABLE_TELEMETRY = "true"; MICROBIN_DISABLE_TELEMETRY = "true";
MICROBIN_DISABLE_UPDATE_CHECKING = "true";
# Toggle certain features # Toggle certain features
MICROBIN_READONLY = "true"; # Requires a password to upload MICROBIN_READONLY = "true"; # Requires a password to upload
MICROBIN_QR = "true"; # Allows generating qr codes MICROBIN_QR = "true"; # Allows generating qr codes
# MICROBIN_ETERNAL_PASTA = "true"; # Allows marking pastas to never be deleted MICROBIN_EDITABLE = "true";
MICROBIN_HIGHLIGHTSYNTAX = "true";
MICROBIN_SHOW_READ_STATS = "true";
MICROBIN_ENABLE_BURN_AFTER = "true";
MICROBIN_ENABLE_READONLY = "true";
MICROBIN_ETERNAL_PASTA = "true";
# Make UI more minimal # Make UI more minimal
# MICROBIN_HIDE_FOOTER = "true"; # MICROBIN_HIDE_FOOTER = "true";