permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 4314eceed4deff632c2c56fe3e762df3ef07b38a
parent dc905efb37027c57ed2643118bd038ffb02bd74f
Author: decentral1se <decentral1se@web>
Date:   Sun, 29 Sep 2024 09:48:49 +0200

feat: home dirs

Diffstat:
Meik.mdwn | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -94,3 +94,16 @@ stagit If you follow the instructions above ("git hosting") to add a new git repository, you then need to run `/var/www/git.permacomputing.net/update_all.sh` to regenerate the html. You can configure metadata for each repository in the `/var/www/permacomputing.net/repos/REPONAME.git` directory. See `man stagit` for more. + +home pages +---------- + +You can share web stuff via a local `public_html` directory. + + cd + mkdir public_html + echo "hello, world! > public_html/index.html + +Then visit `eik.permacomputing.net/~YOURUSERNAME`. + +The `nginx` incantation for this is configured in `/etc/nginx/sites-enabled/eik.permacomputing.net`.