readme modif

This commit is contained in:
PAPAMICA
2022-05-12 11:24:10 +02:00
parent 5a69b11b57
commit 092474460b
2 changed files with 3 additions and 1 deletions

View File

@@ -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##

View File

@@ -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: