83 private links
Drone is a Container-Native, Continuous Delivery Platform - drone
GitHub - wger-project/wger: Self hosted FLOSS fitness/workout and weight tracker written with Django
Self hosted FLOSS fitness
fitness and diet tracker
host your own stuff from home
build it cheap, build it pricey, do whatever you want
Link aggregator similar to shaarli
geocities re-implementation with a focus on OSS, privacy, no ads:
"Our mission: To make the web fun again by giving you back control of how you express yourself online."
E-Mail send only on a server
Fixing connection issues for blog automatic deployment
Problems:
- ssh will say publickey denied (even though it is the correct public key)
- Server will close the ssh connection on port 22 apparently without any errors
- User is potentially locked out of their account (if trying to use another account than main ssh connection)
Possible fixes:
-
Check the keys first of all, are they in the corrent places on the server (authorized_keys) for the correct login account, with the correct permissions (u+rw, go-rwx for private, u+rw, go+r for public key)
-
logging into the correct ip, with the correct user (-l username) and identityfile? (-i file)
-
check the client log (ssh -vv or -vvv) and server logs (often sudo cat /var/log/auth.log) for error messages (see checking sshd logs )
-
are the errors concerning kex algorithms? -> setting kex/cipher , enable legacy diffie-hellman
-
errors concerning a locked account? -> unlocking account for public ssh key access
problems seem to be mainly created by server hardening through e.g. dev-sec hardening role
Environment vars for secrets, tokens and deployment keys
Hetzner competitor, seems even cheaper
Apparently also useful for service integration and selfhosted server startpages.
Cloudflare server redirects traefik
I had this problem when I updated to ubuntu 14.04. rsync version is now 3.1.0, and 2.5.7 on remote host. rsh remotehost pwd gave zero output, so that wasn't the problem (see man page for rsync). However, running
Code:
rsync --protocol=28
instead of plain
Code:
rsync
fixed the issue.
service / data-flow automation a-la IFTTT, Zapier, Huginn
(more complex) alternative: https://nifi.apache.org/docs.html