<?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>rustypaste on</title><link>https://notes.freaks.dev/tags/rustypaste/</link><description>Recent content in rustypaste 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/rustypaste/index.xml" rel="self" type="application/rss+xml"/><item><title>Rustypaste Container</title><link>https://notes.freaks.dev/selfhost/rustypaste_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/rustypaste_container/</guid><description>You must setup Podman first.
Steps create rustypaste directory in $HOME/podman mkdir -p ~/podman/rustypaste &amp;amp;&amp;amp; cd ~/podman/rustypaste copy from compose.yml nano compose.yml copy from .env nano .env create upload directory and give write access to all. mkdir upload &amp;amp;&amp;amp; chmod a+w upload start rustpad podman-compose -f ~/podman/rustypaste/compose.yml systemd -a register systemctl --user enable --now podman-compose@rustypaste compose.yml version: &amp;#34;3&amp;#34; services: rustpad: image: docker.io/ekzhang/rustpad:latest container_name: rustpad networks: - traefik restart: unless-stopped labels: - &amp;#34;io.</description></item></channel></rss>