Toegang tot Jotty
- Openen in browser:
http://<SERVER_IP>:1122 - U wordt automatisch doorgestuurd naar:
/auth/setup - Maak uw eerste gebruikersaccount aan.
- Het eerste aangemaakte account wordt automatisch de beheerder.
Belangrijke bestanden en mappen
- Installatiepad:
/root/jotty - Compose-bestand:
/root/jotty/docker-compose.yml - Configuratiemap:
/root/jotty/config - Gegevensmap:
/root/jotty/data - Cachemap:
/root/jotty/cache - Controlelijsten:
/root/jotty/data/checklists - Opmerkingen:
/root/jotty/data/notes - Gebruikers:
/root/jotty/data/users - Gegevens delen:
/root/jotty/data/sharing - Versleutelingssleutels:
/root/jotty/data/encryption
De stack beheren
Ga naar de installatiemap:
cd /opt/rackula
Containerstatus controleren:
docker compose ps
Logs bekijken:
docker compose logs -f
Services opnieuw starten:
docker compose restart
Stop de stack:
docker compose down
Stack starten:
docker compose up -d
Opmerkingen
- De applicatie luistert op poort
1122. - De container draait met UID/GID
1000:1000standaard. - Maak een back-up van de volledige
/root/jotty/datamap regelmatig.