Access Wekan
- Nyissa meg a böngészőjét, és lépjen a következő oldalra:
http://<SERVER_IP>(HTTP) - Register your username, email address and password.
- First registered user will be admin, and next ones normal users.
- During registration, you may see an “Internal Server Error” because email is not configured, but the user is still created and you can log in normally.
- If you want to disable self-registration, go to Admin Panel → Settings and check “Disable Self Registration”.
Fontos utak
- Telepítési könyvtár:
/root/wekan - Fájl létrehozása:
/root/wekan/docker-compose.yml - File uploads:
/var/lib/docker/volumes/wekan_wekan-files/_data - Adatbázis:
/var/lib/docker/volumes/wekan_wekan-db/_data - NGINX konfiguráció:
/etc/nginx/sites-available/wekan - NGINX enabled site:
/etc/nginx/sites-enabled/wekan
Common Commands
Navigate to project:
cd /opt/wekan
Naplók megtekintése:
docker compose logs -f
Szolgáltatások újraindítása:
docker compose restart
Stop / Start:
docker compose down
docker compose up -d
Konténerek ellenőrzése:
docker ps
Enable Email (Optional)
Szerkesztés:
/root/wekan/docker-compose.yml
Uncomment and configure:
MAIL_URL=smtp://<mail_url>:25/?ignoreTLS=true&tls={rejectUnauthorized:false}
MAIL_FROM=Wekan Notifications <[email protected]>
Then apply:
docker compose up -d
SSL engedélyezése domainnel
1. Irányítsa domainjét a szerver IP-címére.
2. Szerkesztés docker-compose.yml a domain beállításához ROOT_URL: ROOT_URL=https://your.domain.com
3. A szolgáltatások újbóli létrehozása:
cd /root/wekan/
docker compose up -d
3. Edit Nginx config and replace server_name _; a domainjével (server_name <your-domain>;):
vim /etc/nginx/sites-available/wekan
4. Install Certbot:
apt install -y certbot python3-certbot-nginx
5. Run the following command to generate a valid Let’s Encrypt certificate:
certbot --nginx --non-interactive --agree-tos --email [email protected] -d yourdomain.com
6. Indítsa újra az Nginx-et a változások alkalmazásához:
systemctl restart nginx
7. Nyissa meg a böngészőjét, és látogasson el a következő webhelyre: https://yourdomain.com