gitea/README.md

17 lines
365 B
Markdown
Raw Normal View History

2025-01-07 15:29:15 +00:00
cd /etc
2025-01-06 15:31:42 +00:00
2025-01-06 15:50:59 +00:00
git clone https://repolake.alc-crm.com/LINEXOS/gitea.git
2025-01-07 15:29:15 +00:00
vi path_config
:%s/{CLIENT_NAME_HERE}/"nom_client"/g
2025-01-07 15:36:15 +00:00
2025-01-07 15:29:15 +00:00
or
2025-01-07 15:36:15 +00:00
2025-01-06 15:31:42 +00:00
find . -type f -name "path_config*" -exec sed -i 's/{CLIENT_NAME_HERE}/"nom_client"/g' {} +
2025-01-06 15:50:59 +00:00
2025-01-07 15:36:15 +00:00
find . -type f -name "recuperation_config.sh*" -exec sed -i 's/SFR/"nom_client"/g' {} +
crontab -e
2025-01-06 15:50:59 +00:00
54 23 * * * /etc/gitea/recuperation_config.sh