2025-04-16 11:55:36 +00:00
2025-05-14 23:28:27 +04:00
2025-04-27 22:35:22 +00:00
2025-05-14 19:43:38 +00:00
2025-05-20 20:10:27 +00:00
2025-05-24 12:27:30 +00:00
2025-05-13 16:31:52 +04:00
2025-05-20 20:24:18 +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
2024-12-06 00:17:32 +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 562 KiB
Languages
Shell 100%