Skip to content

Commit

Permalink
clean: remove deprecated fargo
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Jun 11, 2024
1 parent f2f08ed commit 417ab36
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 91 deletions.
1 change: 0 additions & 1 deletion config/fargo/secret

This file was deleted.

3 changes: 0 additions & 3 deletions config/fargo/settings.d/00insecure.py

This file was deleted.

19 changes: 0 additions & 19 deletions config/fargo/settings.d/00local.py

This file was deleted.

54 changes: 0 additions & 54 deletions config/fargo/settings.py

This file was deleted.

5 changes: 0 additions & 5 deletions config/hobo/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"chrono": "local-agendas.example.net",
"combo": "local.example.net",
"combo_agent": "local-portail-agent.example.net",
"fargo": "local-documents.example.net",
"passerelle": "local-passerelle.example.net",
"wcs": "local-formulaires.example.net",
"bijoe": "local-stats.example.net"
Expand Down Expand Up @@ -35,10 +34,6 @@
"title": "Portail agent - local - E-Guichet",
"template_name": "portal-agent"
}},
{"create-fargo": {
"url": "http://${fargo}/",
"title": "Documents"
}},
{"create-passerelle": {
"url": "http://${passerelle}/",
"title": "Passerelle - local - E-Guichet"
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ services:
- ./data/hobo:/var/lib/hobo/tenants
- ./data/chrono:/var/lib/chrono/tenants
- ./data/combo:/var/lib/combo/tenants
- ./data/fargo:/var/lib/fargo/tenants
- ./data/authentic2:/var/lib/authentic2-multitenant/tenants
- ./data/wcs:/var/lib/wcs
- ./data/passerelle:/var/lib/passerelle/tenants
Expand All @@ -38,8 +37,6 @@ services:
- ./config/chrono/settings.d:/etc/chrono/settings.d
- ./config/combo/secret:/etc/combo/secret
- ./config/combo/settings.d:/etc/combo/settings.d
- ./config/fargo/secret:/etc/fargo/secret
- ./config/fargo/settings.d:/etc/fargo/settings.d
- ./config/authentic2/secret:/etc/authentic2-multitenant/secret
- ./config/authentic2/settings.d:/etc/authentic2-multitenant/settings.d
- ./config/authentic2/settings.json:/etc/authentic2-multitenant/settings.json
Expand Down
3 changes: 1 addition & 2 deletions teleservices/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ RUN echo "Package: *\nPin: release a=$DEBIAN_VERSION-eobuilder\nPin-Priority: 40

# Install extra modules
RUN apt install -y authentic2-multitenant
#RUN apt install -y bijoe
RUN apt install -y bijoe
RUN apt install -y chrono
RUN apt install -y combo
#RUN apt install -y fargo
RUN apt install -y hobo
RUN apt install -y hobo-agent
RUN apt install -y passerelle
Expand Down
4 changes: 0 additions & 4 deletions teleservices/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ chown hobo:hobo /var/lib/hobo/tenants -R &&
chown bijoe:bijoe /var/lib/bijoe/tenants -R &&
chown chrono:chrono /var/lib/chrono/tenants -R &&
chown combo:combo /var/lib/combo/tenants -R &&
chown fargo:fargo /var/lib/fargo/tenants -R &&
chown passerelle:passerelle /var/lib/passerelle/tenants -R &&
chown wcs:wcs /var/lib/wcs -R &&
echo " done! ✅"
Expand Down Expand Up @@ -240,9 +239,6 @@ service passerelle start && echo " passerelle service has been started ! ✅" ||
echo -n "$prefix Starting wcs... 🚀"
service wcs start && echo " wcs service has been started ! ✅" || echo " wcs service starting failed! ❌"

echo -n "$prefix Starting fargo... 🚀"
service fargo start && echo " fargo service has been started ! ✅" || echo " fargo service starting failed! ❌"

echo -n "$prefix Bijoe... 🚀"
service bijoe update && echo -n " bijoe service has been updated ! ✅..." || echo -n " Updating failed! ❌"
service bijoe start && echo " bijoe service has been started ! ✅" || echo " bijoe service starting failed! ❌"
Expand Down

0 comments on commit 417ab36

Please sign in to comment.