Go to file
2023-06-09 16:27:12 +02:00
config add: sessions save 2023-06-09 15:22:50 +02:00
templates@ec21d2aff1 update: submodule 2023-06-08 22:34:48 +02:00
.gitignore add: config.json in gitigno 2023-06-04 12:31:27 +02:00
.gitmodules add: link to the html base repo 2023-06-03 22:55:11 +02:00
config.py add: sessions save 2023-06-09 15:22:50 +02:00
database.py add: add user method to database and init table 2023-06-03 22:51:12 +02:00
Database.py add: login feature 2023-06-08 22:32:56 +02:00
docker-compose.yml add: docker init 2023-06-04 13:05:35 +02:00
Dockerfile add: docker init 2023-06-04 13:05:35 +02:00
home.py clean: rename page variale && add: panel and register 2023-06-05 18:47:29 +02:00
login.py add: sessions save 2023-06-09 15:22:50 +02:00
logout.py add: sessions save 2023-06-09 15:22:50 +02:00
main.py add: page not found redirect to / 2023-06-09 16:27:12 +02:00
panel.py add: sessions save 2023-06-09 15:22:50 +02:00
README.md add: sessions save 2023-06-09 15:22:50 +02:00
register.py add: sessions save 2023-06-09 15:22:50 +02:00
requirements.txt add: mysql in requirements 2023-06-04 03:59:13 +02:00
User.py add: register feature 2023-06-08 16:32:44 +02:00

Placeholder Name

A plateform (http server) to manage esport team

Installation

  1. Download the project
git clone https://git.chauvet.pro/bozogang
  1. Go in
cd bozogang
  1. Build docker image
docker build -t zeolak .
  1. Edit the docker-compose.yml
    port: change the port to what port do you want
    path/to/config: change to the location of your Placeholder Name config
  2. Launch the docker
docker-compose up -d
  1. Edit the config
    secret: change to a random string
    database: setup the database acces
  2. Relauch the docker
docker-compose up -d

Update

  1. Update the docker image
docker build -t zeolak --no-cache .
  1. Relaunch the docker
docker-compose up -d