π» Local Hobby Instance
Minimum requirements:
2 core, 4G ram and 20GB Disk space
- Install Docker Desktop and make sure docker has started.
- Clone the repo and navigate to the project
- Run the self-hosting script:
If you need to give the script permission to run, run
chmod 755 ./scripts/self-host.shfirst. - You should now be able to access the homepage at localhost/, and sign in using the
ADMIN_USERNAMEandADMIN_PASSWORDyou defined, or the default, which is:
- Change the environment variables located in
env/.env.prodto suit your needs.