WIPocket
@WIPocket@lemmy.world
- Comment on What is the easiest way to have a self hosted git server? 23 hours ago:
The really simple setup for a single user is just a SSH server with access to storage and the git command. Assuming your laptop and desktop have SSH access to
server
, you can just:ssh server git init --bare somerepo cd somerepo git remote add server server:somerepo git push --set-upstream somerepo master #(or main)
For something slightly higher-tech, I recommend going with Forgejo (the fork of Gitea). It is really easy to set up and low maintainance.
Avoid GitLab for small setups, it is fairly resource hungry.
- Comment on you gotta pump those numbers up, nanna. 5 days ago:
Just buy 1674920 more of them, way easier.
- Comment on I have finished comedy 3 months ago:
It sure is unhinged
- Comment on Verifying & Validating a Docker Container 3 months ago:
I would guess real person. Posts without images just get very little traffic, so I assume thats why people are starting to post this.
- Comment on New social experiment 8 months ago:
system
- Comment on Trouble setting up sliding sync with matrix 9 months ago:
I recently migrated from Element to Element X with first the proxy and now simplified sliding sync, and it feels way faster. Imho Element X is still very alpha software, so I wouldnt recommend it to the general population just yet (and I still occasionally have to open the old Element), but the speed is really noticeable on even a very small instance.
- Comment on Trouble setting up sliding sync with matrix 9 months ago:
Sliding sync was recently implemented in Synapse itself, so as long as your Synapse is up to date there shouldnt be any more setup on the matrix side. Try checking the Synapse logs for any issues and/or the cloudflare tunnel configuration (I have no idea about what it does to traffic).