Skip to Content
👷Please note that Dboxed is in a very early stage, including the documentation. Things are being built right now! 👷 Follow @codablock on X for updates!
DocsSelf Hosting
dboxed-config.yaml
instanceName: dboxed-example db: url: sqlite3:///data/db.sqlite migrate: true auth: oidc: issuerUrl: "https://${DBOXED_HOSTNAME}/dex" clientId: "dboxed" adminUsers: - username: "${ADMIN_EMAIL}" server: listenAddress: "0.0.0.0:5000" baseUrl: "https://${DBOXED_HOSTNAME}" defaultWorkspaceQuotas: maxLogBytes: 100Mi
Last updated on