Changes

Jump to navigation Jump to search

Internal:Master Server services

711 bytes added, 6 years ago
m
Docker registry
The master server provides a number of containerized services. This page documents these services and how they have to be started. All services are run from the user account "services", which has no other functions. The subdirectory "volumes" of this account contains persistent docker volumes for the services which should be backed up regularly.
 
== Frontend nginx and firewall ==
 
The web frontend service initializes the network "frontend", which all other services join if they want to be exposed. Therefore, it needs to be started first, although it will fail and needs to be restarted once all other services are up.
 
<syntaxhighlight lang="bash">
> cd frontend
> ./update_and_restart.sh
</syntaxhighlight>
 
 
== LDAP server and administration interface ==
<syntaxhighlight lang="bash">
> cd ldap
> ./update_and_restart.sh
</syntaxhighlight>
== Mediawiki ==
== Dex and Kubernetes authentication with login app Mediawiki ==
<syntaxhighlight lang="bash">
> cd mediawiki
> ./update_and_restart.sh
</syntaxhighlight>
== Docker registry ==
== Frontend nginx Dex and firewall Kubernetes authentication with login app ==
<syntaxhighlight lang="bash">
> cd dex
> ./update_and_restart.sh
</syntaxhighlight>
== Docker registry ==
<syntaxhighlight lang="bash">
> cd docker
> sudo apt install gnupg2 pass
> ./update_and_restart.sh
</syntaxhighlight>
[[Category:Internal]]

Navigation menu