<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.kptree.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.kptree.net/feed.php">
        <title>KPTree Wiki</title>
        <description></description>
        <link>https://wiki.kptree.net/</link>
        <image rdf:resource="https://wiki.kptree.net/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-09-22T12:50:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.kptree.net/docker_notes:nginx-php-notes?rev=1762648276&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/docker_notes:docker-mailserver?rev=1787485304&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/docker_notes:docker-dokuwiki?rev=1775347277&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/docker_notes:docker-homepage?rev=1781312050&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/docker_notes:diun-ntfy?rev=1733484956&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/docker_notes:hoarder?rev=1746938416&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/docker_notes:fileshare?rev=1736047559&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.kptree.net/_media/wiki:dokuwiki.svg">
        <title>KPTree Wiki</title>
        <link>https://wiki.kptree.net/</link>
        <url>https://wiki.kptree.net/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.kptree.net/docker_notes:nginx-php-notes?rev=1762648276&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-09T00:31:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Docker nginx / php notes</title>
        <link>https://wiki.kptree.net/docker_notes:nginx-php-notes?rev=1762648276&amp;do=diff</link>
        <description>linux docker nginx php fast-cgi php-fpm

Docker nginx / php notes

nginx executable

I had some trouble getting nginx with php-fpm to operate.  So I tried to get working a simple setup to nut-out the nuances. I got it working using php-fpm socket with Apline Linux on 2 Docker instances, one running Nginx and the other php-fpm.</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/docker_notes:docker-mailserver?rev=1787485304&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-23T11:41:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Docker mailserver</title>
        <link>https://wiki.kptree.net/docker_notes:docker-mailserver?rev=1787485304&amp;do=diff</link>
        <description>linux docker mail mailserver alpine dovecot postfix sqlite s6 s6-rc

Docker mailserver

This mailserver setup follows Workaround&#039;s SPmail guide for Debian 13 “Trixie”.  Key changes are that instead of installing on Debian 13 virtual machine1, with a Maria mysql database2, this setup is for installation on latest Alpine linux Docker image with s6-rc init using maria database.  I toyed with sqlite and basically got it functional, however the support apps do not function with sqlite, so I went back…</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/docker_notes:docker-dokuwiki?rev=1775347277&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-05T00:01:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Dokuwiki</title>
        <link>https://wiki.kptree.net/docker_notes:docker-dokuwiki?rev=1775347277&amp;do=diff</link>
        <description>linux docker traefik dokuwiki container

Dokuwiki

Main Dokuwiki Page

The main dokuwiki page dokuwiki_setup.

Dokuwiki Container

This uses the linuxserver.io image from dockerhub, linuxserver/dokuwiki.  The Linuxserver.io documents can be found heredoc.linuxserver.io.


Defines web_data volume:


#Not USED
docker volume create --driver local \
    --opt type=none \
    --opt device=&quot;/home/docker_store/cloud.kptree.net/data&quot; \
    --opt o=bind cloud_data</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/docker_notes:docker-homepage?rev=1781312050&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-13T00:54:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Homepage dashboard</title>
        <link>https://wiki.kptree.net/docker_notes:docker-homepage?rev=1781312050&amp;do=diff</link>
        <description>homepage dashboard heimdall postges postgesql

Homepage dashboard

A home page is basically a webpage that provides a summary of your system and also has links to launch web applications and bookmarks.  It may also have other utility information, such as system configuration and status, time, calendar, etc.</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/docker_notes:diun-ntfy?rev=1733484956&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-06T11:35:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Docker - diun &amp; ntfy</title>
        <link>https://wiki.kptree.net/docker_notes:diun-ntfy?rev=1733484956&amp;do=diff</link>
        <description>linux docker diun ntfy

Docker - diun &amp; ntfy

ntfy is a notification application and server frame work.  It has an iOS client and can also use standard web page and Andiod app.  I originally considered gotify however there is not iOS application for this notification system, which basically makes it of less value for me.</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/docker_notes:hoarder?rev=1746938416&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-11T04:40:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Bookmarking Servers</title>
        <link>https://wiki.kptree.net/docker_notes:hoarder?rev=1746938416&amp;do=diff</link>
        <description>linux docker bookmark bookmarking karakeep linkwarden

Bookmarking Servers

There are many different bookmarking programs available at this time.  I have listed 2 self hosted types here, Karakeep and Linkwarden.  I do not know which is “better”.  

I am not sure I like the concept in Karakeep which used 3rd party AI to assist with bookmarking tagging.  Perhaps it works well.</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/docker_notes:fileshare?rev=1736047559&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-05T03:25:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>File Sharing</title>
        <link>https://wiki.kptree.net/docker_notes:fileshare?rev=1736047559&amp;do=diff</link>
        <description>linux docker file_sharing share sharing syncthing privatebin

File Sharing

All the applications have pro and cons.  This is listed at the beginning of each header.

There have been considered 3 different levels of access as described by the applications used:

	* Nextcloud - a full privately hosted publicly accessible file shareing application, with many additional features</description>
    </item>
</rdf:RDF>
