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 f1237388f7fc5e3e3b6eaf878ef769fc46e57ad2
parent 5d05c30cb21dcaf054a97f7c092c8f01d505faaf
Author: ugrnm <ugrnm@web>
Date:   Wed,  1 Jun 2022 21:14:24 +0200


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

diff --git a/installing.mdwn b/installing.mdwn @@ -75,6 +75,24 @@ IMPORTANT, any changes to the wiki configuration must be followed by this to ref diffurl: https://git.bleu255.com/damaged.bleu255.com/commit/\[\[sha1_commit\]\].html +## Limited web access +There are 2 ways to deal with user:pass for web access (if we rule out external auth like openid): +* outsource it to httpd-auth, implies that someone has to maintain the list of users and their passwd manually +* or add a password prompt during account creation, something we'd share with only trusted people, or people showing interest, etc. We choose this approach + # ~/ikiwiki-cfg/damaged.setup + account_creation_password: pa55w0rd + ikiwiki --setup ~/ikiwiki-cfg/damaged.setup + +## Support for sending emails + +Useful to reset passwords, etc. + + sudo apt install libmail-sendmail-perl + + # ~/ikiwiki-cfg/damaged.setup + adminemail: yolo29383@hotmail.com + + ikiwiki --setup ~/ikiwiki-cfg/damaged.setup