Wiki.js Installed on Docker
In this post we’ll look at how to install Wiki.js on your Docker Setup.
Today’s Video Sponsor is Porkbun! Get your next domain CHEAP with FREE domain privacy!! Click Here: https://dbte.ch/porkbun
Wiki.js’s website (https://wiki.js.org/) says it is “The most powerful and extensible open source Wiki software”.
To install Wiki.js, copy the following into a Portainer stack…
Full blog post: https://dbte.ch/wikijs
Patreon Early Access Here: https://www.patreon.com/posts/40884226
More OpenMediaVault 5 tutorials here:
/=========================================/
Remember to leave a like on this video and subscribe if you want to see more!
/=========================================/
Like what I do? Want to be generous and help support my channel? Here are some ways to support:
Patreon: https://dbte.ch/patreon
Ko-fi: https://dbte.ch/kofi
/=========================================/
Here’s my YouTube Merch Store:
https://dbte.ch/ytstore
/=========================================/
Here’s my Amazon Influencer Shop Link:
Amazon: https://dbte.ch/amazonshop
/=========================================/
Follow Me:
Twitter: https://dbte.ch/tw
Facebook: https://dbte.ch/fb
Subscribe: https://dbte.ch/ytsub
#DockerTutorial #WikiJS #DBTech
Nice video! Can you make a video for home assistant with super visor on a raspberry and docker!? Thanks man
Hello.
Is it possible to make it public? No need to login to view the page?
I’m looking for a way to do this, but I can’t find it.
Can you help me anyone? How could i use the local storage for backup?
I ran the docker-compose.yml from docs. I added a backups volume: /srv/WikiJS/backup:/backups
I specified the path in wikijs (status was green) but nothing is happen if i click on create backup. Both folder are empty.
Does anyone know how to set it up to work?
drwxr-xr-x 2 root root 4096 Oct 27 10:27 backup
drwxr-xr-x 2 root root 4096 Oct 27 10:34 config
drwxr-xr-x 4 root root 4096 Oct 27 10:23 data
—
version: "2.1"
services:
wikijs:
image: linuxserver/wikijs
container_name: wikijs
environment:
– PUID=0
– PGID=0
– TZ=Europe/Budapest
volumes:
– /srv/WikiJS/config:/config
– /srv/WikiJS/data:/data
– /srv/WikiJS/backup:/backups
ports:
– 3000:3000
restart: unless-stopped
i dont get why so many tech guys like you are still using google chrome.. there are so much alternatives based on chromium
First. Awesome vid!
Are you running all this services on your local machine, or you start them up from VM located in cloud?
Dep[loyment error yaml.scanner.scanner error" mapping values are not allowed here in "/data/compose/10/docker-compose.yml", line 2 column 8
I am a bit confused. It says on the home page you have to connect to a database. It’s the reason I used DokuWiki at home. But you deployed without a database. Can I used Wiki JS without a database then?
Hey I’m working on a home server set up and have been having troubles installing a mail server, I have tried mail cow but I would like to manage it with portainer and the docker-compose.yml is intensely long and confusing. Anyway, when or if you have time look into it.
chmoding the data/config directories would have also worked instead of giving the deployment root, "mkdir -p /srv/WikiJS/data && mkdir -p /srv/WikiJS/config && chmod 777 /srv/WikiJS/config && chmod 777 /srv/WikiJS/data" and then deploy the stack or run the chmod portion after deploying the stack.
Hi, thank you for this nice video. I followed and everythings work fine, but I can`t get this search engine to work. Is there a workaround to set it up? Greets
Hey man I Love Your Videos
But….
There is Missing feeling (i.e Background Music)
Great video again!
I want to connect Wikijs to a postgres database, but i’am struggling to get it to work….
Can you make a tutorial on how to do this?
I Just hide login Local, and enable Ldap, and now i can’t login user administrator Local, help me, how to unhide loglin local
It is such a breath of fresh air to watch a tech tutorial and not have to speed it up to 1.5x
Kudos to you
How do I access the config file? I want to change the file size for attachment. And "go to /srv/WikiJS/" is not enough I need to know from where I can access that file. Using Windows Docker Desktop and this Portainer method.
Hello, can you make a video about Ouroboros a auto-update docker container?
I know this might be a hard one and that OMV has this built in, but getting fail2ban to secure all docker instances by setting an environment variable on each container would be awesome. No more dodgy people attempting to login to ma stuff 😉
It’d be nice to think that one day servers are as easy to install as apps and running your own services from your own hardware at home or on a vps becomes the default choice over "free" services from Google, Yahoo and Facebook.
Also have you ever played with Nethserver as an alternative to OMV?
Nice Video!! THANX.. But I have a question. How can I change the upload size?
Hello there. I don’t know where to contact you . Anyways. Can I request you something? I’ve been looking for a tutorial about "expose"… But none. Can you make a video on how to install beyondcode/expose… It’s an alternative to ngrok. And since I can’t port forward in my network, this is really a big help.
Hi, thanks for the videos! Could you explain what the difference is between docker stack, docker compose and docker files. What is the benefits of either one. Cheers
request instalation xwiki / mediawiki on docker
Great video as usual, keep up!
Great vid man. Please continue to do more vids like this. Very enjoyable.
Can you do a tutorial on Joplin note-taking app? 😀
Could you say, how to increase the Size of the Max. Upload? I tried to overwrite the config.yml but it don’t work for me.
Is this better than book stack?