{"id":388,"date":"2026-06-17T18:02:37","date_gmt":"2026-06-17T18:02:37","guid":{"rendered":"https:\/\/wp.sheepchen.net\/?p=388"},"modified":"2026-06-17T18:02:37","modified_gmt":"2026-06-17T18:02:37","slug":"obsidian-webgui-gitrepo-nystik-gh-ignis","status":"publish","type":"post","link":"https:\/\/wp.sheepchen.net\/?p=388","title":{"rendered":"Obsidian webgui (gitrepo Nystik-gh\/ignis)"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">How to install Obsidian on a Ubuntu server. In my case Ubunto 24 LTS.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Preparing<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd ~\napt install git curl<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Install latest Docker using official script<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -fsSL https:\/\/get.docker.com -o get-docker.sh\nsh get-docker.sh\nrm get-docker.sh<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Clone repository<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>git clone https:\/\/github.com\/Nystik-gh\/ignis\ncd ~\/ignis\/apps\/ignis-server<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Optional change port<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">in file Dockerfile<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">change &#8220;ENV PORT&#8221; and &#8220;EXPOSE&#8221;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">in file docker-compose.yml<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">change &#8220;ports&#8221;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">in .\/server\/config.js<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">change process.env.PORT<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">build and start the container<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>docker compose up -d --build<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Done !<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">helpfull commands for debugging:<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>docker compose down           # tears down the whole container\ndocker compose up -d --build  # rebuilds the container\ndocker container ls           # should show ignis-server-ignis UP\nnetstat -tulpn                # show used ports from hostsys (needs net-tools)\ndocker compose ps             # show the networking of the container\ndocker compose exec ignis \/bin\/sh  # enter container<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you are using Firefox as Browser<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I had real problem connecting to the server because firefox didn&#8217;t use my home DNS-proxy<br>which my system uses. Instead it uses externl DNS servers.<br>To change it go to: about:preferences#privacy<br>Scroll down to &#8220;DNS over HTTPS&#8221;. <br>Change the setting from &#8220;Max Protection&#8221; or &#8220;Standard&#8221; to &#8220;Off&#8221; &#8211; Uses system DNS<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to install Obsidian on a Ubuntu server. In my case Ubunto 24 LTS. Preparing Install latest Docker using official script Clone repository Optional change port in file Dockerfile change &#8220;ENV PORT&#8221; and &#8220;EXPOSE&#8221; in file docker-compose.yml change &#8220;ports&#8221; in .\/server\/config.js change process.env.PORT build and start the container Done ! helpfull commands for debugging: If [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-388","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=\/wp\/v2\/posts\/388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=388"}],"version-history":[{"count":1,"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=\/wp\/v2\/posts\/388\/revisions"}],"predecessor-version":[{"id":394,"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=\/wp\/v2\/posts\/388\/revisions\/394"}],"wp:attachment":[{"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=388"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=388"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.sheepchen.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}