- Debian 10 set up WireGuard VPN server
https://www.cyberciti.biz/faq/debian-10-set-up-wireguard-vpn-server/
- WireGuard
Learning…
https://www.cyberciti.biz/faq/debian-10-set-up-wireguard-vpn-server/
https://docs.gitlab.com/ce/administration/pages/index.html
https://docs.gitlab.com/ce/user/project/pages/introduction.html
GitLab Pages examples
https://gitlab.com/pages
GitLab Pages examples – Jekyll
https://gitlab.com/pages/jekyll
“Making Docker management easy”
https://hub.docker.com/r/portainer/portainer/
“stateless authentication mechanism as the user state is never saved in the server memory”
https://medium.com/@adrianmihaila/single-sign-on-across-multiple-applications-part-ii-a8a48e4a7c11
FROM alpine:latest RUN apk --no-cache update RUN apk add --no-cache build-base python3 python3-dev py3-pip git libffi libffi-dev openssl openssl-dev bash RUN pip install httpie-edgegrid RUN rm -rf /var/cache/apk/*