added automatic Key Generation for Empty .env Keys

This commit is contained in:
2025-12-03 20:38:40 +01:00
parent 61d94a264f
commit 14b3eb4559
9 changed files with 106 additions and 329 deletions

View File

@@ -388,3 +388,24 @@ Do you want to build load_manager? (Y/n):
=> => unpacking to docker.io/fast/load_manager:latest
```
You can now run the built images using Docker commands, for example:
## Setup Gitea Version controls system
```bash
Do you want to set up Gitea (self-hosted git service)? (Y/n):
Cloning into 'lib'...
remote: Enumerating objects: 20, done.
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 20 (delta 4), reused 0 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (20/20), 6.30 KiB | 6.30 MiB/s, done.
Resolving deltas: 100% (4/4), done.
Enter the full path where you want to set up Fast (e.g., /opt/gitea):
```
After entering the path, the script will proceed to set up Gitea and ask if you want to start it immediately:
```bash
Gitea has been set up at /opt/gitea
```