Self Hosted Quirrel #187
-
Hello, I want to start with saying Quirrel has been functioning pretty great and feels quite nice to use! I'm attempting to self-host Quirrel using Dokku and am documenting it here. I have a couple questions:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi Adit! Love that you're documenting self-hosting, would you be open to contributing the result to docs.quirrel.dev? :D You can find a list of available environment variables here: https://github.com/quirrel-dev/quirrel/blob/main/quirrel/src/api/main.ts For self-hosted instances, you should set |
Beta Was this translation helpful? Give feedback.
Hi Adit! Love that you're documenting self-hosting, would you be open to contributing the result to docs.quirrel.dev? :D
You can find a list of available environment variables here: https://github.com/quirrel-dev/quirrel/blob/main/quirrel/src/api/main.ts
For self-hosted instances, you should set
PASSPHRASES
to a:
-separated list of allowed admin passwords. These are used to issue new tokens. If there are no admin passwords set, Quirrel is in unauthenticated mode (only suitable for dev) and thus doesn't show the token endpoint in the docs.