removed dev stuff

This commit is contained in:
Maieul BOYER 2026-01-14 16:38:17 +01:00 committed by Maix0
parent cca246c751
commit 3eb1057054
39 changed files with 0 additions and 3150 deletions

View file

@ -1,15 +0,0 @@
# Utils Library
This library is made to be shared by all of the service.
It should handle things like database interface, shared stuff like 'make sure this is accessed by an connected user'
# How it is used
Painfully.
# Why no Docker ?
Docker compose can't make "build-only" docker images, where we just use them.
So we have to "build" the library in every Dockerfile for every service.
Well not really, dockers caches things for use,
meaning that while it seems that everybody builds it, it is only built once

View file

@ -1,8 +0,0 @@
# Nginx Configuration
You want to have a new microservice ?
Edit/add a file in `conf/locations/`
take example on `conf/locations/icons.conf` on how to make a reverse proxy and on how to serve static files
# Good Luck Have Fun

View file

@ -1,8 +0,0 @@
# Nginx Configuration
You want to have a new microservice ?
Edit/add a file in `conf/locations/`
take example on `conf/locations/icons.conf` on how to make a reverse proxy and on how to serve static files
# Good Luck Have Fun