2025-06-17 15:24:06 +00:00
2025-05-14 23:28:27 +04:00
2025-04-27 22:35:22 +00:00
2025-06-21 10:12:35 +00:00
2025-06-11 17:50:43 +00:00
2025-06-21 10:11:51 +00:00
2025-05-13 16:31:52 +04:00
2025-06-11 17:53:39 +00:00
2025-03-16 12:19:53 +00:00
2024-12-06 00:17:32 +00:00
2025-05-27 00:59:27 +00:00
2025-05-28 17:32:13 +00:00
2025-05-13 16:31:52 +04:00
2025-04-28 01:42:12 +04:00
2025-04-28 01:42:12 +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
  • ./ghost/.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 590 KiB
Languages
Shell 100%