2025-04-02 01:31:52 +04:00
2025-04-02 01:08:35 +04:00
2025-03-26 18:59:15 +00:00
2025-04-02 01:29:16 +04:00
2025-03-16 12:19:53 +00:00
2024-12-06 00:17:32 +00:00
2025-03-16 12:23:06 +00:00
2024-12-06 00:17:32 +00:00
2024-12-06 00:08:43 +00:00
2025-04-02 01:08:35 +04:00
2025-04-02 01:08:35 +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
  • ./blinko/.env
  • ./caddy/.env
  • ./caddy/Caddyfile.private

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 405 KiB
Languages
Shell 100%