<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>nvim on</title><link>https://notes.freaks.dev/tags/nvim/</link><description>Recent content in nvim on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/nvim/index.xml" rel="self" type="application/rss+xml"/><item><title>Nvim Container</title><link>https://notes.freaks.dev/selfhost/nvim_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/nvim_container/</guid><description>You must setup Podman and Lighttpd first.
Steps create nvim directory in $HOME/podman mkdir -p ~/podman/nvim &amp;amp;&amp;amp; cd ~/podman/nvim copy from compose.yml nano compose.yml copy from nvim.conf nano ~/lighttpd/conf.d/nvim.conf create auth for nvim printf &amp;#34;&amp;lt;username&amp;gt;:$(openssl passwd -6 &amp;lt;password&amp;gt;)&amp;#34; &amp;gt; ~/lighttpd/passwd/.nvim restart lighttpd systemctl --user restart lighttpd start nvim podman-compose -f ~/podman/nvim/compose.yml systemd -a register systemctl --user enable --now podman-compose@nvim compose.yml version: &amp;#34;3&amp;#34; services: nvim: image: docker.io/heinokesoe/nvim:latest container_name: nvim ports: - 127.</description></item></channel></rss>