refactor: use pages/ at root for Git sync

- Flatten structure: pages/{fqdn}/pages/ -> pages/{fqdn}/
 (etc)
- Updated setup.php for point directly at user/pages/{hostname}/
 (envPath . '/pages')
- Git sync will sync 'pages/' folder to user/pages/

Assisted-by: GLM-5 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-03-02 17:05:29 -05:00
parent bbabf7e88c
commit aaaf39e2ff
664 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Authentication
## Password Management
### Shared Passwords
* We utilize bitwarden for shared password storage. For example for external vendors, social media etc. All external logins are 2fa.
### Privileged Access
* CEO/CFO have equivalent access in bitwarden, to absolutely everything.
* CIO has very limited access to shared passwords (just for pfv-stor until it's hooked into true command). Does not have access to domain admin or other shared passwords.
* CMO has access to all social media and all wordpress admin (but uses normal account for day to day use)
### VPN Endpoint Creation / Deletion
* Ansible recipe for algo (update users.yml and re-run ansible) (document more soon)