<?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>lighttpd on</title><link>https://notes.freaks.dev/tags/lighttpd/</link><description>Recent content in lighttpd 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/lighttpd/index.xml" rel="self" type="application/rss+xml"/><item><title>Lighttpd</title><link>https://notes.freaks.dev/selfhost/lighttpd/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/lighttpd/</guid><description>Steps create lighttpd directory in $HOME mkdir -p ~/lighttpd/{html,conf.d,passwd} &amp;amp;&amp;amp; cd ~/lighttpd create index.html echo Lighttpd is running &amp;gt; html/index.html copy from lighttpd.conf nano lighttpd.conf copy from mimetype.conf nano conf.d/mimetype.conf check the conf file is ok lighttpd -tt -f $HOME/lighttpd/lighttpd.conf copy from lighttpd.service nano lighttpd.service start lighttpd service mkdir -p ~/.config/systemd/user cp ~/lighttpd/lighttpd.service ~/.config/systemd/user/ systemctl --user daemon-reload systemctl --user enable --now lighttpd lighttpd.conf var.basedir = env.HOME + &amp;#34;/lighttpd&amp;#34; server.document-root = var.</description></item><item><title>Lighttpd Container</title><link>https://notes.freaks.dev/selfhost/lighttpd_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/lighttpd_container/</guid><description>You must setup Podman first.
Steps create lighttpd directory in $HOME/podman mkdir -p ~/podman/lighttpd &amp;amp;&amp;amp; cd ~/podman/lighttpd copy from compose.yml nano compose.yml create www and conf.d directory mkdir -p www/conf.d copy from lighttpd.conf nano www/lighttpd.conf copy from mimetype.conf nano www/conf.d/mimetype.conf copy from kms.conf nano www/conf.d/kms.conf copy from portfolio.conf nano www/conf.d/portfolio.conf extract files to www/kms and www/portfolio start lighttpd podman-compose -f ~/podman/lighttpd/compose.yml systemd -a register systemctl --user enable --now podman-compose@lighttpd compose.</description></item></channel></rss>