mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
add maintainer
This commit is contained in:
2
.github/workflows/Readme-template.md
vendored
2
.github/workflows/Readme-template.md
vendored
@@ -26,7 +26,7 @@ https://github.com/PAPAMICA/docker-environment
|
||||
|
||||
|
||||
## List of services availables:
|
||||
| Status | Service | Update |
|
||||
| Status | Service | Update | Maintainer |
|
||||
##SERVICES##
|
||||
|
||||
---
|
||||
|
||||
6
.github/workflows/generate-template-json.py
vendored
6
.github/workflows/generate-template-json.py
vendored
@@ -43,6 +43,8 @@ for filename in sorted(glob.glob("composes-files/*.y*ml")):
|
||||
dataset[data[0]] = data[1]
|
||||
if re.search('# Update:', line):
|
||||
date=line[10:-1]
|
||||
if re.search('# Maintainer:', line):
|
||||
date=line[13:-1]
|
||||
if re.search('#%', line):
|
||||
envtemp = {}
|
||||
dataenv=line[3:-1].split(': ', 1)
|
||||
@@ -65,11 +67,11 @@ for filename in sorted(glob.glob("composes-files/*.y*ml")):
|
||||
dataset["env"] = env
|
||||
templates.append(dataset)
|
||||
print (f" ✅ {filename} ")
|
||||
SERVICES=SERVICES + f"\n| ✅ | {file_name} | {date} |"
|
||||
SERVICES=SERVICES + f"\n| ✅ | {file_name} | {date} | {maintainer} |"
|
||||
|
||||
else:
|
||||
print (f" 🚸 {filename} not updated !")
|
||||
SERVICES=SERVICES + f"\n| 🚸 | {file_name} | - |"
|
||||
SERVICES=SERVICES + f"\n| 🚸 | {file_name} | - | - |"
|
||||
except:
|
||||
print (f" ❌ {filename} error !")
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-10-05
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-05-11
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-05-10
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-05-10
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-05-11
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-05-10
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Update: 2022-05-11
|
||||
|
||||
#& type: 3
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Docker-compose provided by Mickael "PAPAMICA" Asseline
|
||||
# Last update : 04/09/2021
|
||||
# Environment variables to declare :
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Maintainer: Mickael "PAPAMICA" Asseline
|
||||
# Docker-compose mis à disposition par Mickael "PAPAMICA" Asseline
|
||||
# Date de mise à jour : 27/10/2020
|
||||
|
||||
|
||||
Reference in New Issue
Block a user