From 30902e4d179369371ad372efb11a2c24e80872e0 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 16 Aug 2024 21:11:19 +0100 Subject: Add documentation on using public folders --- docs/docs/onboarding/public_folders.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/docs/onboarding/public_folders.md (limited to 'docs') diff --git a/docs/docs/onboarding/public_folders.md b/docs/docs/onboarding/public_folders.md new file mode 100644 index 0000000..566e22d --- /dev/null +++ b/docs/docs/onboarding/public_folders.md @@ -0,0 +1,21 @@ +--- +description: Documentation on using the ~/public folders on lovelace +--- +# Web-accessible `public` folders + +DevOps team members are automatically provided access to `lovelace`, one of our +Debian machines. Access is granted via their LDAP account which should be +configured with a valid SSH public key. + +Once you have access to the host, any files you host in your `public` folder +(i.e. `/home/joe/public`) are made accessible via `https://pydis.wtf/~username/`. + +By default, an autoindex page will be returned for each folder in this directory +allowing anyone to view file contents. + +If you wish to disable this or wish to display some other content at that +location (i.e. a landing page) you can create an `index.html` file anywhere +which will be returned to browsing users. + +If you require any help with setting this up please let other members of the +DevOps team know. -- cgit v1.2.3