added requesting option
This commit is contained in:
@@ -13,6 +13,7 @@ File server infrastructure hosted on [files.lehnert.cloud](https://files.lehnert
|
||||
- Benutzer-Dashboard: `/manage/login`
|
||||
- Admin-Dashboard: `/manage/admin`
|
||||
- Datei-Downloads: `/_share/<datei>`
|
||||
- Upload-Anfragen: `/_request/<id>`
|
||||
|
||||
## Lokale Initialisierung
|
||||
|
||||
@@ -23,5 +24,6 @@ File server infrastructure hosted on [files.lehnert.cloud](https://files.lehnert
|
||||
Danach:
|
||||
|
||||
1. `.env` anpassen (`SERVICE_FQDN`, `LETSENCRYPT_EMAIL`, `DATA_DIR`, `UPLOAD_TTL_SECONDS`, `MANAGEMENT_ADMIN_HASH`, optional `UPLOAD_MAX_BYTES` und `COOKIE_SECURE`)
|
||||
2. Stack starten: `docker compose up --build`
|
||||
3. Als Admin anmelden und Benutzer über die UI anlegen
|
||||
2. Für Upload-Anfragen mit E-Mail-Benachrichtigung SMTP setzen (`SMTP_HOST`, `SMTP_PORT`, `SMTP_USER`, `SMTP_PASS`, `SMTP_MAIL`, `SMTP_NAME`; Absender: `SMTP_NAME <SMTP_MAIL>`)
|
||||
3. Stack starten: `docker compose up --build`
|
||||
4. Als Admin anmelden und Benutzer über die UI anlegen
|
||||
|
||||
Reference in New Issue
Block a user