From 1af6406e2e7b89d5b50bb87577e2f5b243271303 Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Tue, 20 Aug 2024 08:48:00 +0300 Subject: [PATCH] Update linkwarden/README.md --- linkwarden/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/linkwarden/README.md b/linkwarden/README.md index 060e56b..9cc3710 100644 --- a/linkwarden/README.md +++ b/linkwarden/README.md @@ -24,4 +24,16 @@ Delete the original compose inside the ```/linkwarden``` folder with ```rm docke ## 4. Run -Run it with ```docker compose up -d``` \ No newline at end of file +Run it with ```docker compose up -d``` +Access it at your subdomain.domain.com +Sign up and create your account + +## 5. Secure it + +After you create your account, make sure to disable sign ups, so that random people don't sign up. +Edit the ```compose.yml``` with ```nano compose.yml``` and uncomment the following lines: +``` +- NEXT_PUBLIC_DISABLE_REGISTRATION=true # add this line only after creating your user +- DISABLE_NEW_SSO_USERS=true # add this line only after creating your user +``` +Redeploy with ``` docker compose up -d``` \ No newline at end of file