Accessing Focalboard
- Tarayıcınızı açın ve şu adresi ziyaret edin:
http://<SERVER_IP> - Sign up and create your account on the first visit (this becomes the admin user).
Önemli Dosyalar ve Dizinler
- Yükleme dizini:
/opt/focalboard - Oluşturma dosyası:
/opt/focalboard/docker-compose.yml - Nginx yapılandırması:
/etc/nginx/sites-available/focalboard - Veri hacmi:
/var/lib/docker/volumes/focalboard_fbdata/_data - PostgreSQL volume (if using PostgreSQL):
/var/lib/docker/volumes/focalboard_pgdata/_data - App config (if using PostgreSQL):
/opt/focalboard/config.json - Env file (if using PostgreSQL):
/opt/focalboard/.env
Docker Management
Go to the install directory:
cd /opt/focalboard
Start containers:
docker compose up -d
Günlükleri görüntüle:
docker compose logs -f
Stop containers:
docker compose down
Konteyneri yeniden başlat:
docker restart focalboard
Access container shell:
docker exec -it focalboard sh
Bir Etki Alanı ile SSL'yi Etkinleştirme
1. Alan adınızı sunucu IP adresine yönlendirin.
2. Edit Nginx config and replace server_name <IP>; alan adınızla (<your-domain>):
vim /etc/nginx/sites-available/focalboard
3. Certbot'u yükleyin:
apt install -y certbot python3-certbot-nginx
4. Geçerli bir Let’s Encrypt sertifikası oluşturmak için aşağıdaki komutu çalıştırın:
certbot --nginx --non-interactive --agree-tos --email [email protected] -d yourdomain.com
5. Değişikliklerin yürürlüğe girmesi için Nginx'i yeniden başlatın:
systemctl restart nginx
6. Tarayıcınızı açın ve şu adresi ziyaret edin: https://yourdomain.com