shell-server icon indicating copy to clipboard operation
shell-server copied to clipboard

#! shell server base images, ready to boot and allow user logins.

Results 27 shell-server issues
Sort by recently updated
recently updated
newest added

systemd-logind spits out "could not connect to database" until restarted. System reboot did not help. Chances are users were connecting faster than nss-pgsql was starting up and systemd-logind locked itself...

So, let's improve the nginx on shell server to next level! Currently shell-server has a basic nginx service is nearly hard to use for new users. So the plan is:...

This is my first attempt at really editing things with github! I sorted as suggested

Reopening #74, which was mistakenly closed.

Taskfiles: - [x] `cron` (renamed to `systemd-cron.d`) - [x] `dns` (renamed to `unbound`) - [x] `docker` - [ ] `hashbang` - [ ] `ldap-nss` - [x] `logging` (renamed to `systemd-journald`)...

This adds pubkey pinning so we don't need to trust the whole slew of CAs that come by default. You probably want to: 1. Verify the pubkey is stable and...

Is there a reason why `/usr/share/gocode/` is before `$HOME` path? It prevents using `go get` without changing `$GOPATH`. https://github.com/hashbang/shell-server/blob/f037dae1f48a0569770b2a15028466a19b875ffa/ansible/tasks/profile/main.yml#L15

https://www.freedesktop.org/software/systemd/man/systemd.preset.html This helps stop issues such as units enabling themselves on-install or on-update.

enhancement