Reorganize files

This commit is contained in:
2025-12-16 12:51:46 +01:00
parent 5c7a3bee12
commit 6ea73ac0aa
11 changed files with 56 additions and 35 deletions

View File

@@ -6,29 +6,38 @@ This project is a personal cloud of services:
# Setup
1. Generate a self-signed certificate.
1. Generate a self-signed certificate for the proxy.
```
openssl genpkey -algorithm RSA -out server.key
openssl req -new -x509 -key server.key -out server.crt -days 365
```
2. Make a `nextcloud-db.env` file. See `nextcloud-db.example.env`.
2. Make a `.env` file for `docker-compose.yaml`. See `.example.env`.
3. Start the services.
3. Configure the host name.
```
docker compose up -d
./configure.bash HOSTNAME .
```
# Update/install Joplin
4. Start the services.
```
sudo docker compose up --detach
```
# OpenProject
- [Upgrade](https://www.openproject.org/docs/installation-and-operations/installation/docker-compose/#upgrade)
- [Backup](https://www.openproject.org/docs/installation-and-operations/installation/docker-compose/#backup)
# Joplin
- Update/Install:
```
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
```
You can then [synchronize it with NextCloud](https://joplinapp.org/help/apps/sync/nextcloud/).
# Update/backup OpenProject
[https://www.openproject.org/docs/installation-and-operations/installation/docker-compose/#upgrade](https://www.openproject.org/docs/installation-and-operations/installation/docker-compose/#upgrade)