<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Koillection]]></title><description><![CDATA[<p dir="auto"><img src="https://user-images.githubusercontent.com/20560781/80213166-0e560e00-8639-11ea-944e-4f79fdbcef55.png" alt="Koillection" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://github.com/benjaminjonard/koillection" target="_blank" rel="noopener noreferrer nofollow ugc">Koillection</a>?</h3>
<p dir="auto">Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games… Koillection is meant to be used for any kind of collections and doesn’t come with pre-built metadata download. But you can tailor your own HTML scraper, or you can add your own metadata freely.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/benjaminjonard/koillection/blob/1.5/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/benjaminjonard/koillection/blob/1.5/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: '3'

services:
    # Koillection
    koillection:
        image: koillection/koillection
        container_name: koillection
        restart: unless-stopped
        ports:
            - 8082:80
        environment:
            - DB_DRIVER=pdo_pgsql
            - DB_NAME=koillection
            - DB_HOST=db
            - DB_PORT=5432
            - DB_USER=root
            - DB_PASSWORD=root
            - DB_VERSION=12.2
            - PHP_TZ=America/Chicago
            - HTTPS_ENABLED=0 #(1 or 0)
        depends_on:
            - db
        volumes:
            - conf:/conf
            - uploads:/uploads

    # Database : choose one of the following
    db:
        image: postgres:latest
        container_name: db
        restart: unless-stopped
        environment:
            - POSTGRES_DB=koillection
            - POSTGRES_USER=root
            - POSTGRES_PASSWORD=root
        volumes:
            - "postgresql:/var/lib/postgresql/data"
volumes:
  postgresql:
  conf:
  uploads:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/31/koillection</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 23:26:42 GMT</lastBuildDate><atom:link href="https://forum.sumisu.xyz/topic/31.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Nov 2024 16:58:08 GMT</pubDate><ttl>60</ttl></channel></rss>