Some comments about separating "add" and "update", as they don't have to relate to each other at all, but it's not a blocker. This is after all Nitea, you can merge if you disagree.
Here, you are both explicitly allowing very long lines, and strictly wrapping the text. Maybe collapse this type of comment into single lines?
This "patch existing users" section should probably be it's own function, and be explained to show what it is / should be doing.
The splitting into "add" or "patch" should probably also be done here, rather than in one large function, as they are quite different.
This makes it explicitly impossible to leave either of those teams for good, is that intended? I suggest moving this into the "add new user" function, and not the "update existing user" section.
Should the required token permissions be listed in the source code somewhere?
~/public
(or something equivalent)
At the same time, I would maybe like to add some placeholder directories and README.txt into /etc/skel, to prepare this for new users.
~/public
(or something equivalent)
~/web-docs
has been here forever, and I expect people to have these files linked all over the place, scripts with hard-coded paths, scripts that automatically put things in ~/web-docs
,…
I would like a few internet-exposed services, such as postgresql, as well, but at least noone can rotate our logs with malice anymore.
Just for the record, the failing packages are the packages from the [upstream apt repositories](https://docs.saltproject.io/salt/install-guide/en/latest/topics/install-by-operating-system/ubuntu.…
Ah, yes they're 0600, oops. Well, why does nginx have to be in the gitea-web group? I believe gitea-web:nginx
and no extra groups is better if that works?
Do we need both users.users.nginx.extraGroups = [ "gitea-web" ];
when we have /chown -R gitea-web:nginx "$1"
?
If we remove nginx from the gitea-web-group, other things running under nginx
…
Principal er også litt strømlaus og mangler internett for tida da den står i serverskapet på kjøkkenet, men vi kunne eventuelt pirka ut disken og tatt en kikk.
Jeg ville helst ikke tatt…
The simplesamlphp-diff is quite large, we should probably test that we can still auth with this update? I have been having…
I marked it WIP as I did a few things on the files I touched;
- Reindented to a reasonable indentation style
- Moved pictures/PNGs out of the /css directory
However, I did not explain…