Earlier quoted context omitted.
My problem with Confluence is that I want a wiki primarily to be able to find information, and secondarily to store information, and I can never find anything in Confluence. The search function seems to be optimized for maximum frustration.
That's really surprising. Any idea if it was Confluence self-hosted vs cloud? We have a pretty substantial Confluence Cloud and don't see the "search doesn't work" problem. Tangent: we have people who browse, and people who search, and ne'er the twain shall meet, but that's a different problem in page structure, conventions, tags, whatever.
How to setup self hosted wiki for your startup
61–70 of 87 posts
Re: How to setup self hosted wiki for your startup
#62Earlier quoted context omitted.
That's really surprising. Any idea if it was Confluence self-hosted vs cloud? We have a pretty substantial Confluence Cloud and don't see the "search doesn't work" problem. Tangent: we have people who browse, and people who search, and ne'er the twain shall meet, but that's a different problem in page structure, conventions, tags, whatever.
It's Confluence cloud. I've looked for documents I myself have written, using the keywords I knew were in the title, and got irrelevant random pages. It's ridiculous.
Re: How to setup self hosted wiki for your startup
#63Earlier quoted context omitted.
I agree. MediaWiki is a solid solution and is very easy to setup. You can one-click deploy on DigitalOcean for $10/month and just enable daily snapshots. You can even use a managed DB if you want.
You can one-click deploy on DigitalOcean for $10/month Am I the only person left who simply has a web server? Untar Mediawiki, edit a few config variables, run an established database script, and off you go. Maybe I'm wildly out of touch, but I don't see why everything has to be a container or a monthly paid service around here. I get it for something like an email server, where misconfiguration could lead to your se…
There are still plenty of not sane container builds that don't make it easy. If I need to checkout a git repo and mount a path into the container it's not sane. Pulling an image and starting a docker-compose should be all that's needed.
Re: How to setup self hosted wiki for your startup
#64Earlier quoted context omitted.
I would have liked that too, except that I can't get oAuth integrated with fossil. That would solve so many problems.
Sit it behind oauth2-proxy?
Re: How to setup self hosted wiki for your startup
#65Earlier quoted context omitted.
I agree. MediaWiki is a solid solution and is very easy to setup. You can one-click deploy on DigitalOcean for $10/month and just enable daily snapshots. You can even use a managed DB if you want.
You can one-click deploy on DigitalOcean for $10/month Am I the only person left who simply has a web server? Untar Mediawiki, edit a few config variables, run an established database script, and off you go. Maybe I'm wildly out of touch, but I don't see why everything has to be a container or a monthly paid service around here. I get it for something like an email server, where misconfiguration could lead to your se…
Re: How to setup self hosted wiki for your startup
#66Earlier quoted context omitted.
Outline maintainer here, happy to see the rec and can answer any questions
Thank you for Outline, I used to self-host it for a team and it was a breeze compared to Google Docs or confluence. Does it support the use case of publishing the wiki as a public documentation site, while allowing authenticated users to edit?
Re: How to setup self hosted wiki for your startup
#67Can highly recommend outline ( https://www.getoutline.com/ ). You can self-host or opt for the hosted version. Built and maintained by one of the linear devs.
Outline maintainer here, happy to see the rec and can answer any questions
1. Does it support rendering OpenAPI json/yaml?
2. Also it seems like it supports Draw.io via public URL. That's a no go. Can it support draw.io diagrams via attachments?
3. Google drive support is nice. Do you plan on supporting OneDrive as well?
Re: How to setup self hosted wiki for your startup
#68Re: How to setup self hosted wiki for your startup
#69Earlier quoted context omitted.
MediaWiki. Is there something wrong with the solution powering Wikipedia? It’s very simple to set up, and you can one-click deploy it on DigitalOcean for $10/month.
MediaWiki doesn't have full WYSIWYG. The Visual Editor is nice, but doesn't support templates.
Re: How to setup self hosted wiki for your startup
#70I've stuck with Git based markdown wikis. Nice thing is that when the web app you were relying on enevitably dies the data format is portable. Currently using Gitea's built in per-repo wiki as a general wiki after we migrated from Gitlab to self hosted Gitea. As a bonus there's no maintenance burden, Gitea itself has super low maintenance burden, single portable binary (I use an APT repo), single config. Latency of N…