Shortened server- to srv-

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-09 04:45:15 +02:00
parent 2108702a2b
commit db384c6261
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
6 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ Backup Remote to Local is a robust solution for retrieving backup data from remo
## Other Resources ## Other Resources
- **Backup Scheme:** - **Backup Scheme:**
![backup scheme](https://blog.veen.world/wp-content/uploads/2020/12/server-backup-768x567.jpg) ![backup scheme](https://blog.veen.world/wp-content/uploads/2020/12/srv-backup-768x567.jpg)
More details can be found in [this blog post](https://blog.veen.world/2020/12/26/how-i-backup-dedicated-root-servers/). More details can be found in [this blog post](https://blog.veen.world/2020/12/26/how-i-backup-dedicated-root-servers/).
## Administration & Debugging ## Administration & Debugging

View File

@ -26,7 +26,7 @@
``` ```
## Other Resources ## Other Resources
- https://golb.hplar.ch/2019/01/expose-server-vpn.html - https://golb.hplar.ch/2019/01/expose-srv-vpn.html
- https://wiki.archlinux.org/index.php/WireGuard - https://wiki.archlinux.org/index.php/WireGuard
- https://wireguard.how/server/raspbian/ - https://wireguard.how/server/raspbian/
- https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/ - https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/

View File

@ -29,7 +29,7 @@ The primary purpose of this role is to configure WireGuard on a client by settin
- [WireGuard on Raspbian](https://wireguard.how/server/raspbian/) - [WireGuard on Raspbian](https://wireguard.how/server/raspbian/)
- [Subnetting Basics](https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/) - [Subnetting Basics](https://www.scaleuptech.com/de/blog/was-ist-und-wie-funktioniert-subnetting/)
- [WireGuard Permissions Issue Discussion](https://bodhilinux.boards.net/thread/450/wireguard-rtnetlink-answers-permission-denied) - [WireGuard Permissions Issue Discussion](https://bodhilinux.boards.net/thread/450/wireguard-rtnetlink-answers-permission-denied)
- [SSH Issues with WireGuard](https://stackoverflow.com/questions/69140072/unable-to-ssh-into-wireguard-ip-until-i-ping-another-server-from-inside-the-serv) - [SSH Issues with WireGuard](https://stackoverflow.com/questions/69140072/unable-to-ssh-into-wireguard-ip-until-i-ping-another-srv-from-inside-the-serv)
- [UFW and SSH via WireGuard](https://unix.stackexchange.com/questions/717172/why-is-ufw-blocking-acces-to-ssh-via-wireguard) - [UFW and SSH via WireGuard](https://unix.stackexchange.com/questions/717172/why-is-ufw-blocking-acces-to-ssh-via-wireguard)
- [OpenWrt Forum Discussion on WireGuard](https://forum.openwrt.org/t/cannot-ssh-to-clients-on-lan-when-accessing-router-via-wireguard-client/132709/3) - [OpenWrt Forum Discussion on WireGuard](https://forum.openwrt.org/t/cannot-ssh-to-clients-on-lan-when-accessing-router-via-wireguard-client/132709/3)
- [WireGuard Connection Dies on Ubuntu](https://serverfault.com/questions/1086297/wireguard-connection-dies-on-ubuntu-peer) - [WireGuard Connection Dies on Ubuntu](https://serverfault.com/questions/1086297/wireguard-connection-dies-on-ubuntu-peer)

View File

@ -24,7 +24,7 @@
- name: "setup corporate identity" - name: "setup corporate identity"
include_role: include_role:
name: utils-server-corporate-identity name: utils-srv-corporate-identity
when: ('corporate_identity' | application_allowed(group_names, allowed_applications)) when: ('corporate_identity' | application_allowed(group_names, allowed_applications))
- name: setup redirect hosts - name: setup redirect hosts