en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

258
active users

#sshpiper

0 posts0 participants0 posts today
Jan ☕🎼🎹☁️🏋️‍♂️<p>Ive built a setup for hosting websites which consists of:<br>* Host running <a href="https://fedi.kcore.org/tags/microos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microos</span></a> with <a href="https://fedi.kcore.org/tags/podman" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>podman</span></a><br>* <a href="https://fedi.kcore.org/tags/Treafik" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Treafik</span></a> and <a href="https://fedi.kcore.org/tags/sshpiper" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sshpiper</span></a> at the edge<br>* <a href="https://fedi.kcore.org/tags/Nginx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nginx</span></a>, php-fpm, <a href="https://fedi.kcore.org/tags/mariadb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mariadb</span></a> + phpmyadmin + nginx or <a href="https://fedi.kcore.org/tags/postgres" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>postgres</span></a> + dbadmin, openssh for each site</p><p>It actually works quite well, openssh keybased access is to transfer files into the containers, traefik does the reverse proxying.</p><p>I'm just wondering if its a sustainable and maintainable setup. Sometimes just going with a "standard" solution seems so much easier.</p>
Jan ☕🎼🎹☁️🏋️‍♂️<p>Still looking for a good way to allow someone to eg. sftp/scp into a <a href="https://fedi.kcore.org/tags/container" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>container</span></a> and allow them to update files, which will then be read by another container's httpd.</p><p>My initial plan was to use <a href="https://fedi.kcore.org/tags/sshpiper" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sshpiper</span></a> and the <a href="https://fedi.kcore.org/tags/linuxserver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linuxserver</span></a> openssh container, but I'm running into issues where the volumes are just mounted with root permissions inside the container, which is what I definitely don't want. </p><p>Modifying the perms manually is also not acceptable - I want to automate the process as much as possible -&gt; have a template of a compose file that spins everything up for a given FQDN.</p><p>I'm 80% there, just the file transfer method I need to figure out.</p>
Jan ☕🎼🎹☁️🏋️‍♂️<p>Anyone familiar with <a href="https://fedi.kcore.org/tags/sshpiper" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sshpiper</span></a>?</p><p><a href="https://github.com/tg123/sshpiper" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/tg123/sshpiper</span><span class="invisible"></span></a></p>