<?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>olivetin on</title><link>https://notes.freaks.dev/tags/olivetin/</link><description>Recent content in olivetin 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/olivetin/index.xml" rel="self" type="application/rss+xml"/><item><title>Olivetin</title><link>https://notes.freaks.dev/selfhost/olivetin/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/olivetin/</guid><description>You must setup Lighttpd and Cloudflared first.
Steps create olivetin directory in $HOME mkdir -p ~/olivetin &amp;amp;&amp;amp; cd ~/olivetin download latest version latest=$(basename $(curl -fs -o/dev/null -w %{redirect_url} https://github.com/OliveTin/OliveTin/releases/latest)) curl -LO https://github.com/OliveTin/OliveTin/releases/download/${latest}/OliveTin-linux-amd64.tar.gz tar -xzf OliveTin-linux-amd64.tar.gz mv OliveTin-linux-amd64/OliveTin ./olivetin move webui directory to /var/www/olivetin sudo mkdir -p /var/www sudo chown $(id -nu):$(id -ng) /var/www mv OliveTin-linux-amd64/webui /var/www/olivetin copy from config.yaml nano config.yaml copy from olivetin.service nano olivetin.service start olivetin service cp ~/olivetin/olivetin.</description></item></channel></rss>