TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Which self-hosted solutions are you using?

147 点作者 mohitmun将近 7 年前
I came across Perkeep[1] project today. I know some other self-hosted solutions like Rocket chat[2](Slack alternative), Redmine[3](Project management) etc. Curious what other self-hosted are there and which one you are using?<p>[1]: https:&#x2F;&#x2F;github.com&#x2F;perkeep&#x2F;perkeep<p>[2]: https:&#x2F;&#x2F;github.com&#x2F;RocketChat&#x2F;Rocket.Chat<p>[3]: http:&#x2F;&#x2F;www.redmine.org&#x2F;

47 条评论

amanzi将近 7 年前
I run a whole bunch of different servers and apps in Docker on an old laptop with an i7 processor and 16GB RAM.<p>One of my favourite self-hosted apps is WikiJs (<a href="https:&#x2F;&#x2F;wiki.js.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wiki.js.org&#x2F;</a>). It takes a git repository of markdown files and turns it into an editable wiki and syncs back changes to the git repository.<p>I also use InfluxDB with Chronograf and Telegraf (<a href="https:&#x2F;&#x2F;www.influxdata.com" rel="nofollow">https:&#x2F;&#x2F;www.influxdata.com</a>) to collect and analyse logs. It&#x27;s not quite as full featured as Elastic or Prometheus but is easy to use, rock-solid and nice to look at. Plus they sent me a free pair of socks (all the way to NZ) for filling in a survey! :-)<p>And to help manage all the Docker images I spin up and down, I use Portainer - <a href="https:&#x2F;&#x2F;portainer.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;portainer.io&#x2F;</a><p>Forgot to add that just recently I&#x27;ve started to run Apache Guacamole to give me remote access to my local LAN while I&#x27;m not at home. This is so great - HTTPS access to RDP, VNC, and SSH sessions. <a href="https:&#x2F;&#x2F;guacamole.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;guacamole.apache.org&#x2F;</a>
评论 #17616118 未加载
评论 #17617147 未加载
actionowl将近 7 年前
I 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).<p>Then one day someone decided they needed &quot;reports&quot;. 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 free setup.<p>Bamboo was so bad that we eventually gave up on it and switched back to Jenkins. Seriously Bamboo is one of my most hated software products of all time.<p>We tolerate Confluence but the fact that the JIRA and Confluence have their own, annoying flavor of markdown, which is different from Bitbucket&#x27;s flavor annoys me to no end.<p>Bitbucket (which was called something else before) does have a few nice features but nowadays there are options better than gitolite alone. JIRA has those pretty reports that someone wanted and that are never accurate.<p>yay.
评论 #17615784 未加载
评论 #17615753 未加载
aloisdg将近 7 年前
Awesome list: <a href="https:&#x2F;&#x2F;github.com&#x2F;Kickball&#x2F;awesome-selfhosted" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Kickball&#x2F;awesome-selfhosted</a> Subreddit: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;selfhosted&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;selfhosted&#x2F;</a>
评论 #17616262 未加载
messe将近 7 年前
I&#x27;ve been trying out fossil[1] for some small personal projects, it&#x27;s a DVCS based on SQLite (from the same author, drh) and includes a wiki and issue tracking.<p>I think I might even be starting to prefer it to git&#x2F;git(lab|hub).<p>[1]: <a href="https:&#x2F;&#x2F;www.fossil-scm.org&#x2F;index.html&#x2F;doc&#x2F;trunk&#x2F;www&#x2F;index.wiki" rel="nofollow">https:&#x2F;&#x2F;www.fossil-scm.org&#x2F;index.html&#x2F;doc&#x2F;trunk&#x2F;www&#x2F;index.wi...</a>
评论 #17615624 未加载
评论 #17615970 未加载
dmytrish将近 7 年前
- Gitea for my git repositories (moved from gitweb);<p>- Syncthing + my own FileShelf[0] as a web interface, instead Dropbox;<p>- Miniflux, a web RSS reader;<p>- IPython notebooks;<p>- Customized Jekyll for my blog + comments powered by self-hosted Isso;<p>- postfix&#x2F;dovecot + Roundcube for the web mail;<p>- ejabberd (mostly to have notifications from my VPS);<p>- goaccess for the web server statistics, portainer and a couple of FCGI scripts for monitoring and deployment;<p>I am still not satisfied with my setup completely and there are many other things I&#x27;d like to tinker with (e.g. DokuWiki, Grafana&#x2F;Prometheus).<p>sandstorm.io looks very promising, but the last time I was put off by its desire to take over my VPS (maybe I will bite the bullet and get another dedicated VPS for it).<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;EarlGray&#x2F;fileshelf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;EarlGray&#x2F;fileshelf</a>
评论 #17617036 未加载
zeta0134将近 7 年前
I&#x27;ve been using sandstorm.io at the recommendation of a friend, and I&#x27;m pretty impressed with it. It&#x27;s kind of like containerised apps that you run like a server, and once it&#x27;s set up it&#x27;s super easy to manage. It&#x27;s replaced Trello and Evernote for me, and had a bunch of useful trinkets out of the box.
leonroy将近 7 年前
Running similar setups on my home lab and company lab:<p>* VMware VSphere&#x2F;ESXi<p>* JIRA &#x2F; Confluence (managing tickets and wiki)<p>* FreeNAS (server facing file server duties)<p>* Synology (user facing file serving duties)<p>* Zimbra (mail server)<p>* pfSense (gateway, dhcp, dns, vlans)<p>* SIPP (SIP endpoint testing)<p>* Elastix (Asterisk PBX&#x2F;VoIP Server)<p>* Windows Server (DNS, DHCP, file serving)<p>* Openfire (XMPP&#x2F;Jabber server)<p>* NAKIVO (VMware backup server)<p>* Zabbix (SNMP&#x2F;IPMI&#x2F;Server monitoring server - amazing product but a PITA to setup)<p>Thinking about trying Proxmox though once my VMware licenses come up for renewal.<p>As an aside the most trouble free, zero maintenance server in my home lab is the Windows Server. Updates itself without filling up &#x2F;boot and killing itself (Ubuntu I’m looking at you...). It takes up hardly any resources on the Hypervisor and just runs and runs. Haven&#x27;t had to login to it in years.<p>Really wish Microsoft brought that rock solid ethos to Windows 10. Their server products are absolutely incredible.
评论 #17616231 未加载
superboum将近 7 年前
Personnaly, I have built a &quot;self-hosted&quot; stack around the following services:<p>* Seafile (file hosting&#x2F;synchronization&#x2F;sharing&#x2F;history)<p>* SoGo (a webmail that work with existing IMAP and SMTP servers and exposes an Exchange API)<p>* Matrix &#x2F; Riot (matrix is a chat server, Riot is the web client)<p>* Jenkins 2 (Continuous Integration &#x2F; Continuous Deployment)<p>* FreshRSS (RSS aggregator)<p>Authentication is managed by a single LDAP service (openldap).<p>I also plan to test&#x2F;deploy:<p>* Peertube (video hosting)<p>* Mastodon (micro-blogging)<p>My next goal would be to distribute this stack on more than one server, in order to improve availability.
fotcorn将近 7 年前
Running on my NAS at home:<p>* GitLab (GitHub + CI&#x2F;CD replacement)<p>* FreeNAS (Storage server)<p>* Nextcloud (Dropbox replacement)<p>* Syncthing (Dropbox replacement, Nextcloud did not work properly on my android phone)<p>* In progress: Kubernetes cluster (just for fun, RKE + rook.io)<p>* My own notes&#x2F;wiki&#x2F;task tracker I will release real soon now (TM)<p>Thinking about setting up Gitea + Drone.io, GitLab is just too heavyweight for just using it as git Hosting + CI&#x2F;CD.
评论 #17616366 未加载
评论 #17616495 未加载
评论 #17615762 未加载
评论 #17618045 未加载
评论 #17615882 未加载
lucideer将近 7 年前
I&#x27;ve tried perkeep out but couldn&#x27;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&#x27;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&#x27;t find a proper use case between now and that future. Right now it just seems like a less convenient alternative to a filesystem.<p>I had a related thought recently when trying out the SecureScuttlebutt social network: ssb seems like a format that could fill the intended use case of Perkeep (throwing all your stuff in a database) with the added advantages of (a) having broader applications today, (b) having a wider range of mature db clients and (c) having a well-functioning existing hosted ecosystem for cross-device syncing.<p>This isn&#x27;t ssb&#x27;s intended use case and I haven&#x27;t tried it yet but I intend to.
评论 #17616127 未加载
INTPenis将近 7 年前
At home;<p>Emby-server for my home media library.<p>APU OpenBSD router for my outer-most internet router at home.<p>Unbound LAN resolver with a number of upstream unbound instances at different VPS providers.<p>Libvirt hypervisor for personal projects.<p>Synology DS411slim NAS and one homemade with emby, I&#x27;m wanting to replace the homemade one with FreeNAS mini though because I&#x27;m not happy with the HW in it.<p>At work I&#x27;ve setup, or helped setup;<p>Owncloud for internal file sharing and to clients.<p>A couple of gitlab instances, one for internal dev stuff and one for a client.<p>A homemade password pusher.<p>In-house developed monitoring system.<p>Really this list could go on forever so I&#x27;m going to stop here. Having worked for 7 years at my current position with setting up various open source solutions.
评论 #17617083 未加载
cherrybush将近 7 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;go-gitea&#x2F;gitea" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;go-gitea&#x2F;gitea</a> self hosted git service. They provide a prebuild statically linked binary. We use it for some time now and it&#x27;s just beautiful. In my opinion the nicest self hosted git to date. Also the development is very active and new functionality is added continuously.
mstaoru将近 7 年前
I probably would happily use hosted solutions, but being in China, everything is either completely blocked, half-works, or way too slow. So we (have to) use Gogs[1] as own Github, Mattermost[2] as own Slack, and StandardNotes[3] as own Evernote (Evernote has China presence, but it&#x27;s a slightly different product + privacy concerns). I&#x27;m also quite happy with Haraka[4] mail server for outbound emails as a self-hosted Mandrill &#x2F; Mailgun alternative.<p>[1]: <a href="https:&#x2F;&#x2F;gogs.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gogs.io&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;www.mattermost.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mattermost.org&#x2F;</a><p>[3]: <a href="https:&#x2F;&#x2F;docs.standardnotes.org&#x2F;self-hosting.html" rel="nofollow">https:&#x2F;&#x2F;docs.standardnotes.org&#x2F;self-hosting.html</a><p>[4]: <a href="https:&#x2F;&#x2F;haraka.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;haraka.github.io&#x2F;</a>
timlyo将近 7 年前
Syncthing 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.<p>I&#x27;ve got it on a linode and across all my computers.<p><a href="https:&#x2F;&#x2F;syncthing.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;syncthing.net&#x2F;</a>
评论 #17616195 未加载
anewhnaccount2将近 7 年前
I&#x27;m quite a big fan of <a href="https:&#x2F;&#x2F;sandstorm.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sandstorm.io&#x2F;</a>
评论 #17619678 未加载
philip1209将近 7 年前
I use Metabase for querying our SQL database. I love how easy it is to ask questions of our data. I use it a couple of times per day.<p>It&#x27;s free, and by self-hosting it I can keep our firewall rules locked down on the DB.
h1d将近 7 年前
* Mattermost - For chat system. It has proved to be quite stable for over a year and none of the people who used complained of bugs or annoyance. Recent version of mobile app seems to work just fine too. (They rewrote and separated it into a classic version.)<p>* Dokuwiki - Nothing new but it just works for my personal company memo. Its simplicity is good.<p>* monit - I love the easy to understand syntax of the config to monitor servers. Can also monitor the freshness of SSL certs when these days everyone uses Let&#x27;s Encrypt and they expire pretty quickly. And bought m&#x2F;monit a few times and I get to manage multiple servers&#x27; monit from its dashboard. I used to run Prometheus + Grafana for making pretty graphs of server activities but while the set up wasn&#x27;t so hard, I felt the whole thing was a bit overkill for just monitoring server health and I&#x27;m happy with m&#x2F;monit&#x27;s simpler graphs. (Also does down sampling and purges old data.)<p>* InspIRCd - Not using anymore but had it for internal IRC chat before switching to Mattermost.<p>Tried BitWarden recently for password vault and it seems like a solid one but the clients are not as versatile as Enpass, so, still looking around.
m-localhost将近 7 年前
- Wallabag (Pocket&#x2F;Instapaper replacement) [1]<p>- Embed (Embed.ly replacement) [2]<p>- Nextcloud (Dropbox etc)<p>- foobar2000 (Spotify :P)<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;wallabag&#x2F;wallabag" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wallabag&#x2F;wallabag</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;oscarotero&#x2F;Embed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;oscarotero&#x2F;Embed&#x2F;</a>
confounded将近 7 年前
Thank you for posting! Self-hosting is something I wish was discussed more frequently on HN.<p>I’m yet to depend on any of them, but projects I’ve been eying up are:<p>- Airsonic as a Spotify replacement (FOSS iOS clients)<p>- Kodi as a smart tv&#x2F;box replacement (had this for a while, worked great!)<p>- NextCloud to host files (generally allergic to php, but too scared of iOS binaries from China to trust the superior SeaFile)
评论 #17615988 未加载
coreymaass将近 7 年前
I&#x27;d never thought of WordPress plugins as self-hosted apps until I built my WordPress plugin, Kanban for WordPress [1]. It can be thought of as a self-hosted Trello. I&#x27;ve since seen a self-hosted Buffer, Pocket, Evernote, Delicious&#x2F;Pinboard, all on WordPress.<p>[1] <a href="https:&#x2F;&#x2F;KanbanWP.com" rel="nofollow">https:&#x2F;&#x2F;KanbanWP.com</a>
zabowl将近 7 年前
I use invoiceplane <a href="https:&#x2F;&#x2F;invoiceplane.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;invoiceplane.com&#x2F;</a>
__mp将近 7 年前
We run the Atlassian products Jira, Confluence and Crucible and soon Bitbucket on premise. Gitlab is not an option because our main repository is a relatively big Mercurial repository. There&#x27;s also a couple of Jenkins servers.<p>Most of the on premise IT, with the exception of the Jenkins servers, are managed by a local devops company.<p>We are a small company with 7 employees.
_b8r0将近 7 年前
I try to use self-hosted over cloud-based services. The loss of control over data, privacy issues and just being burnt too many times means services are ephemeral to me at best.<p>Some of the things I use heavily:<p>* Nextcloud<p>* Bookstack<p>* Privatebin<p>* Mailu (although I&#x27;m slowly moving to a manual setup)<p>* Wallabag<p>* Selfoss<p>I&#x27;m also waiting for pixelfed, peertube and pleroma to mature a little more.<p>I&#x27;m moving some of my content away from hosted platforms to self-hosted ones, and looking forward to integrating DAT[1] and Gopher so people have (relatively) safe non-HTTPS options to access content.<p>It&#x27;s harder than it seems, although a large part of the puzzle is aggregating the data from these sources and getting them into a format that works. I&#x27;m considering creating a lifestream generator using my self-hosted data, and then syndicating from there to various services.<p>[1] - <a href="https:&#x2F;&#x2F;datproject.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datproject.org&#x2F;</a>
评论 #17616386 未加载
closeparen将近 7 年前
Phabricator (tasks, wiki, and code review), Gitolite (actual repositories), Mattermost (chat), Jenkins (CI).
zaarn将近 7 年前
I 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&#x27;t have the category and filter system TTRSS has so I&#x27;m stuck there.<p>Atm I&#x27;m preparing to also selfhost a small shop frontend and a Peertube instance for my Mastodon instance. I also want to overhaul monitoring and log shipping to centralize it and maybe reinstall a wiki for keeping track of everything.
评论 #17616105 未加载
PenguinCoder将近 7 年前
I can&#x27;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, &#x2F;nginx, Hugo, openeats, suricata, etc... If I can&#x27;t self host it, it&#x27;s not a contender for me. Anything I want to use, I need to be able to control and host. I don&#x27;t have a rocket chat, but I do participate in a trusted version that I know the other party self hosts. I want to try out mastodon, slag hosted as well. So many great options out there, I can&#x27;t ever see myself not using a self hosted version. I did give redmine a try but I&#x27;m just not a ruby guy.
评论 #17615795 未加载
akarambir将近 7 年前
For our company, we use:<p>- Gitlab and Gitlab CI<p>- Zulip chat(moved from Mattermost)<p>- Metabase for data visualization(will be adding InfluxDB soon)<p>- Self Hosted Sentry(error reporting): Sentry is linked with Gitlab and Zulip for alerts<p>- Taiga: project management tool<p>- OpenEDX: a beast :)<p>We are Python(Django) based ourselves and love that we can tinker with many of these tools as they are too Django based.<p>At personal level, I use:<p>- Mailinabox: Self hosted mail<p>- Nextcloud: For file syncing, contact management, calendar and tasks, notes.<p>I have also looked at Perkeep several times(even set it up two times) but couldn&#x27;t include it in workflow. Especially mobile file syncing.
icebraining将近 7 年前
I self-host a bunch of things, but the most recent is Radicale, to sync my contacts and calendar. I run DAVdroid on my phone, and I haven&#x27;t had to touch it since I set it up.
gregoriol将近 7 年前
Quite a few self-hosted stuff already mentioned, I&#x27;d add:<p>* Youtrack for bug&#x2F;project tracking (made by the awesome guys pf JetBrains)<p>* Matrix for chat (only some internal rooms on the private instance, the users stay on the main official Matrix)<p>* Koken for photo galleries<p>At some point I&#x27;d also like to add:<p>* a map tile server for openstreetmaps, to remove any external dependency on Google&#x2F;Apple&#x2F;any maps<p>* a jitsi server<p>* a secure file storage&#x2F;file sharing solution
评论 #17615929 未加载
denvrede将近 7 年前
Shortlist:<p>- Apache Tika + Tesseract for OCR of mails - i hate physical paper<p>- SOLR to index the output of the above mentioned data<p>- Imaginary (<a href="https:&#x2F;&#x2F;github.com&#x2F;h2non&#x2F;imaginary" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;h2non&#x2F;imaginary</a>) for image pre-processing of the scanned mails &#x2F; documents. Its much more lightweight than imagemagick.<p>- Openhab2 for home-automation
sidcool将近 7 年前
GoCD for Continuous Integration&#x2F;Deployment and Delivery. It&#x27;s working quite well. Secondly, self hosted GitLab.
archi42将近 7 年前
On a low end box:<p>* SSH<p>* OpenVpn<p>At home, started as needed:<p>* Samba for backups (dedicated NAS)<p>* Gitlab (VM on desktop)<p>I don&#x27;t need much more. I&#x27;d like to merge all of this into my NAS, but the 14 hdd box draws 70W idle. I&#x27;m planning to use a rockpro64 instead to do all that. Maybe then I&#x27;ll find other useful things.<p>Oh, and I have a RPi1 as a 3d printing and mqtt server.
pmontra将近 7 年前
Gitolite, Redmine. My company and my personal static web sites. Syncthing, if that&#x27;s self hosting (there is no host.) Etherpad, to experiment on Google free collaboration.<p>I had a Mattermost server a couple of times in the last few years but I really don&#x27;t need it.
avh02将近 7 年前
I use wallabag to keep track of things I want to go back to read when I have time. Keeping open tabs wasn&#x27;t cutting it.<p>It&#x27;s not always perfect but after I set it up it has just kept running. Browser add-on and phone app work decently.
ofrzeta将近 7 年前
We are using Phabricator for tasks, kanban boards and chat, Projectsend for exchanging files with clients, Gogs for Git hosting, Kimai for time tracking, Zabbix for monitoring, Matomo for web tracking and SuiteCRM as a CRM.
Rugitho将近 7 年前
<a href="https:&#x2F;&#x2F;cloudogu.com" rel="nofollow">https:&#x2F;&#x2F;cloudogu.com</a> is a complete self-hosted software development infrastructure with SCM, issue tracker, build server etc. and it‘s Open Source.
geraltofrivia将近 7 年前
Our research lab (Germany) uses a self hosted Rocket Chat instance as our primary communication medium. We like the service. Although, their android apps leave a little desired, recent updates have made them usable.
pmlnr将近 7 年前
- email: dovecot, postfix (w&#x2F; opendkim and opendmarc), bogofilter, rainloop<p>- synthing for file sync<p>- miniflux for RSS<p>- WordPress for friends&#x2F;family websites<p>- prosody for XMPP<p>- wallabag for bookmarks<p>- centralized rsyslog &amp; collectd<p>- radicale for calendar&#x2F;tasks&#x2F;contacts sync<p>- gammu for sms sending
评论 #17616348 未加载
评论 #17617076 未加载
ocdtrekkie将近 7 年前
Sandstorm.io, and the apps I use the most are Etherpad, EtherCalc, and Wekan, which can all be hosted separately as well. Oh, and TinyTinyRSS, can&#x27;t forget my news reader app.
arantes将近 7 年前
Big fan of cloudron.io !
tombert将近 7 年前
I currently use Emby for handling movie streaming and Gitlab for local development, which I serve with Docker containers running in Docker swarm across 6 Odroid machines.
harlanji将近 7 年前
I am building TinyDataCenter to host all my IT on RasPi progressively enhanced by cloud; running the same images built for RasPi&#x2F;Arm and regular x86 back engineered with my big data platform&#x2F;devops experience.<p>I’ve been running a live stream and vlog all year on it, now carrying it around in a crate with a UPS, and posting design videos that follow scalable patterns with minimal tools.<p>Nobody can ban me from the Internet, now.<p>I also recorded bootstrapping videos and most of the development via screencasts and all on GitHub.<p>Kinda pitchy I know, but I sell nothing except services and only state what I’ve done, in fact—I believe in it.
HNNewer将近 7 年前
* Zimbra * Proxmox VE with multiple Windows&#x2F;Linux services * Rocket.Chat * Jabber (deprecated) * Bugzilla * GitLab * SonatypeNexus * Jenkins<p>and much more
pacuna将近 7 年前
Designing Data‑Intensive Applications. For Data Engineering
7402将近 7 年前
On home server, CalDAV and CardDAV (instead of iCloud)
talonx将近 7 年前
Gitlab, Jenkins.
TomK32将近 7 年前
gitlab CE, discourse and owncloud.