

The domain itself is a joke on its own.


The domain itself is a joke on its own.


You could try out mediawiki (that’s the software Wikipedia is running on) on a local docket container on your machine to see if it actually is what you want or if you would prefer a simpler wiki software. Depending on how often you need it, you could self host on a raspberry pi in your home and make it accessible to your group through dyndns.
But you went the extra mile and set up your own instance to do this, right?
Nice bio btw.
Lemmy does not support karma, but account age if I’m not mistaken. Maybe add a rule to require a certain account age before accepting a post. The main idea is to prevent astroturfing, spam accounts and socket puppets for ban evasion.
Not sure how effective this is since violators could setup an own instance which lies about the account age. Still quite the investment for ban evasion IMHO.
PlantUML supports Gantt charts if I remember correctly. Can run locally (java if I’m not mistaken) or via web.
Wow, we gone full circle here. 2FA (the “protocol”, not the application mentioned in the OP) was conceived to increase security by requiring a second factor (not second secret). So we would need the password (knowledge based authentication) and the code generating hardware (possession based authentication). If we stuff all our 2FA secrets into a web service, we efficiently removed the possession factor of the authentication, making it one where two knowledge factors (password for the thing you want to login to and password for the hosted 2FA storage) are sufficient.