I've tried perkeep out but couldn't really figure out its goal or purpose. It seems to be built on a lot of interesting theoretical ideas of generalised storage without an actual current application. In particular there's some talk on their homepage about software archeologists being able to reverse engineer the format easily in future, but that seems a little presumptuous if they don't find a proper use case between…
Ask HN: Which self-hosted solutions are you using?
51–60 of 98 posts
Re: Ask HN: Which self-hosted solutions are you using?
#52Re: Ask HN: Which self-hosted solutions are you using?
#53I can't really see what perkeep is or does form the cursoray look. As far as self hosted goes, I do everything. Nextcloud, wekan, confluence, iredmail, web host, /nginx, Hugo, openeats, suricata, etc... If I can't self host it, it's not a contender for me. Anything I want to use, I need to be able to control and host. I don't have a rocket chat, but I do participate in a trusted version that I know the other party se…
I've considered going self-hosted a lot of times, for several "everyday use" services. But there are always two things that make me hesitate: - Cost. My needs are small so in practice I can stay in the free tier of most services. - Availability/Reliability work. All the maintenance burden would now fall over me: data backups, network failures, etc. Could you comment on these points, from your experience? (also whatev…
As for cost, I run everything on a $5/month DO box, and it's only using half the ram and barely any CPU. You could run it on an even cheaper VM or even a tiny physical box like a Raspberry. Backups are just a matter of using a tool that encrypts and syncs to some offsite.
Re: Ask HN: Which self-hosted solutions are you using?
#54Re: Ask HN: Which self-hosted solutions are you using?
#55Earlier quoted context omitted.
Out of curiosity, how was your experience with RKE? Is it as smooth as advertised?
The default network plugin (canal) did not work for me (some strange error), switching to Weave fixed the problem. Somehow RKE fails when your ssh-key is added to an ssh-agent, you need to add the "--ssh-agent-auth" flag to RKE to make it work. The rest worked great and fast (~5 minutes I'd say). I am currently looking into persistent volume solutions, Rook.io looks good but is still beta. Ingress is another thing I…
Rook is doing OK for me so far, but be warned, the api is seemingly quite volatile at the moment
For ingress on bare metal (I assume that is what you are using), either nginx-ingress (for rest protocols) or metallb for arbitrary ones.
Re: Ask HN: Which self-hosted solutions are you using?
#56I run Nextcloud for my data storage, a Mastodon server, Postal for email delivery, Shaarli to store my bookmarks, a selfwritten analytics system to check what devices I should optimize my website for. Additionally a Gitea instance for git repository access and Drone CI for ... CI as well as TinyTinyRSS. An RSS reader I have yet to find a replacement for, stuff like Miniflux and friends all don't have the category and…
Why would you want to replace TinyTinyRSS? It's been rock-solid for me.
The Author also pulled WebSub support for no good reason.
Re: Ask HN: Which self-hosted solutions are you using?
#57Syncthing instead of dropbox. Works great for synching music (and only music as I can just sync a single folder) and for replicating important files across multiple computers. I've got it on a linode and across all my computers. https://syncthing.net/
Me, I’ve got one for all administrative stuff, one for my web WIP, one for my personal photos, etc...
And each doesn’t replicate on the same other servers, as you can choose by entry.
Re: Ask HN: Which self-hosted solutions are you using?
#58Running similar setups on my home lab and company lab: * VMware VSphere/ESXi * JIRA / Confluence (managing tickets and wiki) * FreeNAS (server facing file server duties) * Synology (user facing file serving duties) * Zimbra (mail server) * pfSense (gateway, dhcp, dns, vlans) * SIPP (SIP endpoint testing) * Elastix (Asterisk PBX/VoIP Server) * Windows Server (DNS, DHCP, file serving) * Openfire (XMPP/Jabber server) *…
Any drawbacks?
Re: Ask HN: Which self-hosted solutions are you using?
#59Awesome list: https://github.com/Kickball/awesome-selfhosted Subreddit: https://www.reddit.com/r/selfhosted/
Re: Ask HN: Which self-hosted solutions are you using?
#60I setup Redmine, Gitolite, and Jenkins when I started working at a company a few years ago. They worked great and we had a couple of python scripts to make everything fit nicely together (git commit keywords to resolve issues, etc). Then one day someone decided they needed "reports". We ditched our working system and paid a bunch of money for the Atlasssian suite. To this day I still miss our simple, functional, and…
> We tolerate Confluence but the fact that the JIRA and Confluence have their own, annoying flavor of markdown, which is different from Bitbucket's flavor How do they justify this? It trips me up every single working day of my life. The products look identical so all I see is a text box on a white site with blue accents and I inevitably start writing the wrong markdown.