2024-12-07 20:04:09 +00:00
2024-12-11 13:12:42 +00:00
2024-12-06 00:17:32 +00:00
2024-12-06 00:17:32 +00:00
2024-12-06 00:17:32 +00:00
2024-12-06 00:17:32 +00:00
2024-12-06 00:17:32 +00:00
2024-12-06 00:17:32 +00:00
2024-12-06 00:08:43 +00:00
2024-12-13 17:15:38 +04:00
2024-12-13 17:03:33 +04:00

Prerequisites

  • Bash
  • Docker
  • Docker compose

Getting Started

Follow these steps to set up and start the services:

1. Grant Execute Permissions

Ensure the main.sh script has the necessary permissions:

chmod +x main.sh

2. Generate Environment Files

Create .env configuration files with the following command:

./main.sh generate-env

3. Configure Environment Variables

Edit the generated .env files to fill in the required fields:

  • ./gitea/.env
  • ./searxng/.env
  • ./sftpgo/.env
  • ./vaultwarden/.env
  • ./wg_easy/.env
  • ./caddy/.env

4. Start Services

Launch all services with the following command:

./main.sh start

Stopping Services

To stop all running services, use:

./main.sh stop
Description
No description provided
Readme 482 KiB
Languages
Shell 100%