mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
readme modif
This commit is contained in:
2
.github/workflows/Readme-template.md
vendored
2
.github/workflows/Readme-template.md
vendored
@@ -33,11 +33,13 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
|
||||
|
||||
## List of services availables:
|
||||
##NB_A##
|
||||
|
||||
| Status | Service | Update | Maintainer |
|
||||
##SERVICES##
|
||||
|
||||
## List of services to do:
|
||||
##NB_TD##
|
||||
|
||||
| Status | Service |
|
||||
##SERVICES_TODO##
|
||||
|
||||
|
||||
2
.github/workflows/generate-template-json.py
vendored
2
.github/workflows/generate-template-json.py
vendored
@@ -93,7 +93,7 @@ try:
|
||||
except:
|
||||
print ("file don't exist")
|
||||
nb_a = f'<img src="https://img.shields.io/badge/Avaibles:_{nb_a}-%2354B848.svg?style=for-the-badge&logo=cachet&logoColor=white">'
|
||||
nb_td = f'<img src="https://img.shields.io/badge/Avaibles:_{nb_td}-%23FF8800.svg?style=for-the-badge&logo=vlc&logoColor=white">'
|
||||
nb_td = f'<img src="https://img.shields.io/badge/To_do:_{nb_td}-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">'
|
||||
readme_template = open(".github/workflows/Readme-template.md", "rt")
|
||||
readme_result = open("README.md", "wt")
|
||||
for line in readme_template:
|
||||
|
||||
Reference in New Issue
Block a user