TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Wiki.js

381 pointsby akandiahalmost 5 years ago

30 comments

Keyframealmost 5 years ago
I need one function in a wiki platform that I haven't seen so far. When I write text, in its WYSIWYG editor, I need an ability to paste in an image (a screenshot that I just grabbed, let's say) and for it to automatically upload it and embed it into text. Does this support something like that?
评论 #23905294 未加载
评论 #23905327 未加载
评论 #23905219 未加载
评论 #23908877 未加载
评论 #23906291 未加载
评论 #23907953 未加载
评论 #23905329 未加载
评论 #23905610 未加载
评论 #23914275 未加载
schoolornotalmost 5 years ago
This is exciting. A compelling FOSS alternative to Atlassian Confluence was sorely needed.<p>Mediawiki has some UX and RBAC challenges that makes it difficult to scale to large organizations.
评论 #23905239 未加载
评论 #23905773 未加载
评论 #23905511 未加载
tweetle_beetlealmost 5 years ago
I&#x27;m looking to launch an internal wiki and Wiki.js came out on top for my requirements:<p>- easy to use for technical and non-technical staff alike: multiple editing options<p>- third party authentication: really comprehensive offering<p>- quality search: comprehensive internal and third party search offering<p>- ease of maintenance: largely everything is built-in, so no module&#x2F;dependency maintenance headaches<p>- user management: solid user&#x2F;group management system<p>With internal tools you need things to stick, and fast. As much as I am fond of mediawiki, the editing experience is a barrier to usage for many. And the extension ecosystem, while rich and diverse, is just more of a liability than a single installation. A quality search is also really important to adoption, so having options there is great.<p>I&#x27;d been using Docsify on a small scale with authentication through GitLab to edit, GitLab CD to build and Cloudflare Access to secure the front end. It works really well, but the lack of user management and the editing experience mean that it&#x27;s time to move on.<p>It would be great to hear if this is a case of the grass always being greener on the other side.
mardalmost 5 years ago
I&#x27;m not impressed. Wiki.js is supposedly &quot;built with performance in mind&quot;, but its documentation wiki [1] is much slower than any DokuWiki site I could find [2]. It also requires JavaScript to be enabled in the web browser.<p>[1]: <a href="https:&#x2F;&#x2F;docs.requarks.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.requarks.io&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;www.dokuwiki.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dokuwiki.org&#x2F;</a>
评论 #23906397 未加载
评论 #23905884 未加载
Hamchaalmost 5 years ago
docs.requarks.io, which is said to be using Wiki.js, straight up doesn&#x27;t load without Javascript, and even with Javascript enabled it&#x27;s a multi-page application that just feels slower browsing page to page than your average 10-year-old mediawiki install (probably also heavier on the backend).<p>Who exactly is asking for slower software?
评论 #23905202 未加载
评论 #23905478 未加载
评论 #23905671 未加载
评论 #23905108 未加载
评论 #23906375 未加载
aerojoe23almost 5 years ago
We needed a documentation solution at work. MY coworker had some experience with Wiki.js. What sold me on it was that you can use markdown and it can keep itself synced with a git repo.<p>This gives us plan text files that are tracked in a repo. It uses the user as the author, so now I can &quot;code review&quot; edit&#x27;s to our wiki.<p>The content of the wiki is easily cloned by cloning the git repo. It is markdown in folders so if wiki.js dies at some point I could write a pandoc script to turn it into web pages again, you do loose all of the cool UI features.
heresie-dabordalmost 5 years ago
I used a Wiki for a long time. But I try to minimise maintenance (&quot;foist it upon others&quot;). I also try to resist the enthusiasm for Rube Goldberg machines and for installing bad tooling (such as PHP).<p>Now that git has become ubiquitous, I prefer git with a self-hosted git-daemon instance. git , grep , awk , and sqlite make a strong set of tools for knowledge curation.<p>edit: minor grammar fix
评论 #23906850 未加载
oneplanealmost 5 years ago
I wonder why it&#x27;s AGPL and not dual-licensed or some different GPL. As it is right now it&#x27;s dead in the water for any commercial usage unless you&#x27;re manually installing the thing on a manually installed server somewhere (which you probably aren&#x27;t).<p>With automation you&#x27;d build images based on their images but run via your own CI&#x2F;CD with your own security scans and any additions you might need (like additional logging infrastructure). Doing that is not possible with AGPL.
评论 #23906090 未加载
评论 #23905789 未加载
评论 #23905261 未加载
评论 #23905255 未加载
w-llalmost 5 years ago
I&#x27;d atleast expect a demo, and the homepage to be running on said wiki.
评论 #23904980 未加载
评论 #23904982 未加载
Nuzzerinoalmost 5 years ago
I&#x27;ve been using Wiki.js for several months now on a production project (self hosted). It has worked nearly flawlessly for me so far. No complaints. Setup was a piece of cake too.
dheeraalmost 5 years ago
Just a minor nitpick. If there isn&#x27;t an actual file called &quot;wiki.js&quot; that is self-contained, I would prefer it be called WikiJS instead of &quot;Wiki.js&quot; to avoid confusion. In general when I see &quot;.js&quot; I expect to see a single file I can import that does something useful to my code.
techaddict009almost 5 years ago
Can I know what exactly this numbers are &quot;15M+ Installations&quot; On your home page.<p>I mean thats too large number. Is this of all open source software or I am misunderstanding something else?
评论 #23907099 未加载
yregalmost 5 years ago
Wikis are also useful for note-taking, I&#x27;m using Wiki.js to document a D&amp;D campaign to have some canonical reference of what actually happened in past sessions.
评论 #23906632 未加载
评论 #23906353 未加载
gwbrooksalmost 5 years ago
I keep a v2 instance running on my Windows laptop solely for taking notes and keeping need-it-eventually information organized.<p>It&#x27;s just enough added structure and functionality to make the whole body of notes more useful, without having to learn a formal system or adopt someone else&#x27;s idea of what my note hierarchy should look like.
ddevaultalmost 5 years ago
Can we please not have SPA&#x27;s eat wikis, too? Text-only content does not need... (checking...) 6.3 MB of JavaScript to display (checking...) 3.3 KB of text. Blank pages with JavaScript disabled or in non-mainstream browsers is a really terrible experience for content so plainly simple to display.
评论 #23909984 未加载
lukaszkupsalmost 5 years ago
Is it possible to output static-file-based wiki? (so some static HTML&#x2F;CSS&#x2F;js ?)
captn3m0almost 5 years ago
I&#x27;ve used the 1.x release, and the Mongo requirement was always a bit of a pin. I think v2 fixes that, but I haven&#x27;t yet upgraded. Anyone has feedback on v1 vs v2?
评论 #23904896 未加载
amqalmost 5 years ago
I was looking into open source knowledge &#x2F; wiki base solutions recently, and I found <a href="https:&#x2F;&#x2F;www.getoutline.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.getoutline.com&#x2F;</a> to be the most usable.
评论 #23905677 未加载
dvno42almost 5 years ago
I&#x27;ve been using 2.x since Jan and have really liked it. I&#x27;m using it in docker with postgres iirc for a small team for infrastructure documentation. Very markdown friendly and gets the job done while looking nice.
ameliusalmost 5 years ago
In case anyone was wondering, the dependencies are:<p><pre><code> Node.js 10.12 or later MySQL, MariaDB, PostgreSQL, MSSQL or SQLite3 </code></pre> Is it possible to install and run all of these as a non-root user?
评论 #23909323 未加载
评论 #23909189 未加载
评论 #23910420 未加载
bobbydreameralmost 5 years ago
Like the common theme all this wiki and outline are having 3 pane window any for Bootstrap it.
cptskippyalmost 5 years ago
I like the way the documentation is laid out, does that conform to a standard?
Marioheldalmost 5 years ago
Does anyone has a comparison to Bookstack?www.bookstackapp.com
favadialmost 5 years ago
For personal wiki, nothing beats the simplicity of tiddlywiki.
kinganuragalmost 5 years ago
i love this platform, i will suggest this to all my friends and clients :)
ameliusalmost 5 years ago
Why is there a Linux Tux logo next to macOS?
评论 #23907790 未加载
hombre_fatalalmost 5 years ago
Slightly related PSA:<p>Everyone should consider running a wiki locally just for yourself. It&#x27;s like being able to organize your brain. I just got into it two days ago and basically spent the whole weekend dumping things into it in a way I can actually browse and revisit, like the short stories I&#x27;d written, spread out across Notes.app and random folders.<p>You don&#x27;t need to run WAMP, MySQL, Apache, phpmyadmin or anything. Here are the steps for someone, like me, who hadn&#x27;t checked in a while:<p>0. `$ brew install php` (or equiv for your OS)<p>1. Download the wiki folder and `cd` into it<p>2. `$ php -S localhost:3000`<p>3. Visit <a href="http:&#x2F;&#x2F;localhost:3000&#x2F;install.php" rel="nofollow">http:&#x2F;&#x2F;localhost:3000&#x2F;install.php</a> in your browser<p>I tried DokuWiki at first (has flat file db which is cool). It&#x27;s simpler, but I ended up going with MediaWiki which is more powerful, and aside from Wikipedia using it, I noticed most big wikis I use also use it (<a href="https:&#x2F;&#x2F;en.uesp.net&#x2F;wiki&#x2F;Main_Page" rel="nofollow">https:&#x2F;&#x2F;en.uesp.net&#x2F;wiki&#x2F;Main_Page</a>). MediaWiki lets you choose Sqlite as an option, so I have one big wiki&#x2F; folder sitting in my Dropbox folder symlinked into my iCloud folder and local fs.<p>Really changing my life right now. The problem with most apps is that they just become append-only dumping grounds where your only organizational power is to, what, create yet another tag?<p>My advice is to just look for the text files scattered around your computer and note-taking apps and move them into wiki pages. As you make progress, you will notice natural categories&#x2F;namespaces emerging.<p>I just wish I started 10 years ago.
评论 #23905892 未加载
评论 #23905494 未加载
评论 #23905736 未加载
评论 #23906203 未加载
评论 #23905599 未加载
评论 #23907412 未加载
评论 #23907683 未加载
评论 #23905512 未加载
评论 #23907464 未加载
评论 #23906148 未加载
评论 #23908345 未加载
评论 #23907062 未加载
评论 #23905983 未加载
评论 #23909822 未加载
评论 #23909790 未加载
评论 #23906306 未加载
评论 #23906450 未加载
jadiaalmost 5 years ago
I started using Wiki.js over a year ago to maintain documentation related to system admin duties.<p>We run this in a docker container with SQLite database and backup the database daily to another server.<p>The private and public pages feature fits perfectly to our use case. We show system information, how-to guides and rules on the public pages and manage sysadmin documentation with restricted access.
loadalmost 5 years ago
If it doesn&#x27;t run on MediaWiki, I&#x27;m not into it.
评论 #23905024 未加载
评论 #23904899 未加载
评论 #23905185 未加载
kontxtalmost 5 years ago
Kontxt (<a href="https:&#x2F;&#x2F;kontxt.io" rel="nofollow">https:&#x2F;&#x2F;kontxt.io</a>) could be a perfect inline communication and engagement layer to enhance wikis and docs with inline highlights, comments, polls, @mentions, page navigation, shareable deep links, and permission-based sharing.
评论 #23909893 未加载