From 598aa938e2c7b635635e5fa2c55b4a52473eed5f Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 13 Jan 2025 23:00:50 +0000 Subject: [PATCH] fmt: move the procedures up a layer --- src/procedures/{skynet => }/admin_modify.md | 2 +- src/procedures/{skynet => }/admin_ssh.md | 0 src/procedures/{skynet => }/alumni_verify.md | 2 +- src/procedures/{skynet => }/alumni_verify/plus_icon.png | 0 src/procedures/{skynet => }/alumni_verify/private_thread.png | 0 src/procedures/{skynet => }/committee_modify.md | 4 ++-- src/procedures/{skynet => }/domains_renew.md | 0 src/procedures/{skynet => }/proxmox_access.md | 0 src/procedures/{skynet => }/proxmox_reboot.md | 0 src/procedures/{skynet => }/server_new.md | 0 src/procedures/{skynet => }/server_update_nixos.md | 0 src/procedures/{skynet => }/server_update_proxmox.md | 0 src/procedures/{skynet => }/vaultwarden.md | 2 +- 13 files changed, 5 insertions(+), 5 deletions(-) rename src/procedures/{skynet => }/admin_modify.md (98%) rename src/procedures/{skynet => }/admin_ssh.md (100%) rename src/procedures/{skynet => }/alumni_verify.md (99%) rename src/procedures/{skynet => }/alumni_verify/plus_icon.png (100%) rename src/procedures/{skynet => }/alumni_verify/private_thread.png (100%) rename src/procedures/{skynet => }/committee_modify.md (89%) rename src/procedures/{skynet => }/domains_renew.md (100%) rename src/procedures/{skynet => }/proxmox_access.md (100%) rename src/procedures/{skynet => }/proxmox_reboot.md (100%) rename src/procedures/{skynet => }/server_new.md (100%) rename src/procedures/{skynet => }/server_update_nixos.md (100%) rename src/procedures/{skynet => }/server_update_proxmox.md (100%) rename src/procedures/{skynet => }/vaultwarden.md (94%) diff --git a/src/procedures/skynet/admin_modify.md b/src/procedures/admin_modify.md similarity index 98% rename from src/procedures/skynet/admin_modify.md rename to src/procedures/admin_modify.md index f7927b5..abcda84 100644 --- a/src/procedures/skynet/admin_modify.md +++ b/src/procedures/admin_modify.md @@ -2,7 +2,7 @@ A Skynet Admin is a user with teh highest level of access to the cluster, having been trained up over a year. This guide will cover adding and removing an Admin. -The normal Committee Member process applies to them as well, so check [here](./committee_modify.md#adding) for teh specific details. +The normal Committee Member process applies to them as well, so check [here](committee_modify.md#adding) for teh specific details. A user cannot add or remove themselves from being an admin, an existing admin must do so (one who will still be admin after the procedure). diff --git a/src/procedures/skynet/admin_ssh.md b/src/procedures/admin_ssh.md similarity index 100% rename from src/procedures/skynet/admin_ssh.md rename to src/procedures/admin_ssh.md diff --git a/src/procedures/skynet/alumni_verify.md b/src/procedures/alumni_verify.md similarity index 99% rename from src/procedures/skynet/alumni_verify.md rename to src/procedures/alumni_verify.md index e5ede7f..47f2074 100644 --- a/src/procedures/skynet/alumni_verify.md +++ b/src/procedures/alumni_verify.md @@ -85,7 +85,7 @@ The easiest one is if nothing pops up. Remember you are the guardian of data on Skynet, if a user cannot prove a connection you are not obligated to grant them access. -[outage_2023]: ../../support/recovery.md +[outage_2023]: ../support/recovery.md [discord]: https://discord.skynet.ie [account_recovery]: ../../support/recovery#account-recovery diff --git a/src/procedures/skynet/alumni_verify/plus_icon.png b/src/procedures/alumni_verify/plus_icon.png similarity index 100% rename from src/procedures/skynet/alumni_verify/plus_icon.png rename to src/procedures/alumni_verify/plus_icon.png diff --git a/src/procedures/skynet/alumni_verify/private_thread.png b/src/procedures/alumni_verify/private_thread.png similarity index 100% rename from src/procedures/skynet/alumni_verify/private_thread.png rename to src/procedures/alumni_verify/private_thread.png diff --git a/src/procedures/skynet/committee_modify.md b/src/procedures/committee_modify.md similarity index 89% rename from src/procedures/skynet/committee_modify.md rename to src/procedures/committee_modify.md index a903127..abd9248 100644 --- a/src/procedures/skynet/committee_modify.md +++ b/src/procedures/committee_modify.md @@ -12,7 +12,7 @@ Then commit and push. Once everything is deployed they should have access to all resources within 15 min. If you require it sooner than that see the [Force Update](#force-update) section below. -Next checkout the page on [VaultWarden](./vaultwarden.md) to add the user to the password manager. +Next checkout the page on [VaultWarden](vaultwarden.md) to add the user to the password manager. ## Removing Removing is essentially the same as adding. @@ -44,5 +44,5 @@ systemctl reboot skynet_ldap_backend-update_groups.service quit ``` -[skynet_account_creation]: ../../tutorials/skynet/create_account.md +[skynet_account_creation]: ../tutorials/skynet/create_account.md [users.nix]: https://forgejo.skynet.ie/Skynet/nixos/src/branch/main/config/users.nix#L52 \ No newline at end of file diff --git a/src/procedures/skynet/domains_renew.md b/src/procedures/domains_renew.md similarity index 100% rename from src/procedures/skynet/domains_renew.md rename to src/procedures/domains_renew.md diff --git a/src/procedures/skynet/proxmox_access.md b/src/procedures/proxmox_access.md similarity index 100% rename from src/procedures/skynet/proxmox_access.md rename to src/procedures/proxmox_access.md diff --git a/src/procedures/skynet/proxmox_reboot.md b/src/procedures/proxmox_reboot.md similarity index 100% rename from src/procedures/skynet/proxmox_reboot.md rename to src/procedures/proxmox_reboot.md diff --git a/src/procedures/skynet/server_new.md b/src/procedures/server_new.md similarity index 100% rename from src/procedures/skynet/server_new.md rename to src/procedures/server_new.md diff --git a/src/procedures/skynet/server_update_nixos.md b/src/procedures/server_update_nixos.md similarity index 100% rename from src/procedures/skynet/server_update_nixos.md rename to src/procedures/server_update_nixos.md diff --git a/src/procedures/skynet/server_update_proxmox.md b/src/procedures/server_update_proxmox.md similarity index 100% rename from src/procedures/skynet/server_update_proxmox.md rename to src/procedures/server_update_proxmox.md diff --git a/src/procedures/skynet/vaultwarden.md b/src/procedures/vaultwarden.md similarity index 94% rename from src/procedures/skynet/vaultwarden.md rename to src/procedures/vaultwarden.md index 9520429..bdeb2ce 100644 --- a/src/procedures/skynet/vaultwarden.md +++ b/src/procedures/vaultwarden.md @@ -12,7 +12,7 @@ Vaultwarden is not available for regular Skynet users since we do not want teh r The instance is available at [``pw.skynet.ie``][pw]. ## Adding Users -When a committee member gets [added](./committee_modify.md#adding) they will become of teh committee LDAP group. +When a committee member gets [added](committee_modify.mddding) they will become of teh committee LDAP group. When this group is synced with Vaultwarden then that member will get an email to their Skynet account to ``Join UL Computer Society``. The member should then click on teh link in that email.