- Timestamp:
- 06/23/2026 09:25:42 PM (3 months ago)
- Branches:
- main
- Children:
- f99bbe8
- Parents:
- 45271b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r45271b7 r09ee2bd 58 58 git clone https://github.com/roboburr/klonkt.git 59 59 cd klonkt 60 cp .env.example .env # then edit .env: set SESSION_SECRET + PUBLIC_BASE_URL60 cp .env.example .env # works as-is; optionally set PUBLIC_BASE_URL to your domain 61 61 docker compose up -d 62 62 ``` 63 63 64 `SESSION_SECRET` is auto-generated on first start, so the defaults work as-is. 64 65 Klonkt runs on port 3000 — put your own reverse proxy in front for HTTPS (see 65 66 step 5 of Option C). Data (database + media) stays in the `klonkt-data` volume, … … 79 80 ``` 80 81 81 **2. Create your config** — copy the example and edit it; at minimum set a long 82 random `SESSION_SECRET` and your `PUBLIC_BASE_URL` (e.g. `https://yourdomain.com`): 82 **2. Create your config.** `SESSION_SECRET` (the key that signs login cookies) is 83 auto-generated on first start, so this works as-is. For production, set 84 `PUBLIC_BASE_URL` to your site address (e.g. `https://yourdomain.com`) so email & 85 login links are correct: 83 86 84 87 ```bash 85 88 cp .env.example .env 86 nano .env 89 nano .env # optional: PUBLIC_BASE_URL, plus SMTP / Google if you want them 87 90 ``` 88 91
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)