Skip to content
m4lm edited this page Mar 4, 2024 · 4 revisions

Netanol Wiki

Welcome to the official documentation of Netanol! This wiki contains information on how to install, configure, and use Netanol.

Table of Contents

Installation

Run with docker

  1. Clone the project
git clone https://github.com/TELBC/Netanol
  1. Navigate to the Docker directory
cd Netanol/Docker
  1. Run the project with docker compose. You can specify more detail in your dev.env or prod.env if necessary. You will need to include them in the command with an extra --env-file flag.
docker compose --env-file .env up

Configuration

All configuration possibilities can be found inside Netanol/Docker/.env.

Usage

After following the instructions found listed in the installation section, you can start using Netanol. You will be able to access the admin dashboard at https://<IP>:80.

FAQs

[TODO]

Troubleshooting

[TODO] - idk if keeping this is necessary

Clone this wiki locally