An easy-to-install community image gallery (aka booru) https://github.com/shish/shimmie2/
This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-02-21 18:13:47 +00:00
.devcontainer [docker] accept MAX_FILE_UPLOADS as a docker environment variable 2024-02-21 12:58:24 +00:00
.docker [docker] only replace specific variables, fixes #1064 2024-02-21 18:13:47 +00:00
.github [ci] remove scrutinizer - too many false positives compared to phpstan... 2024-02-21 14:54:03 +00:00
core [core] don't crash if TRUSTED_PROXIES isn't defined, fixes #1061 2024-02-21 14:59:19 +00:00
ext [home] style counter images to adjust to screen width 2024-02-21 14:54:34 +00:00
tests [core] use Safe library, reduce StdLibEx 2024-02-20 10:38:20 +00:00
themes [core] test truncate() properly, and then fix it, and then use it 2024-02-20 15:04:38 +00:00
.dockerignore improvements to run inside docker 2020-03-22 15:23:23 +00:00
.editorconfig php8.1 gogogo 2022-10-28 01:45:35 +01:00
.gitattributes mark PHP as always using LF rather than CRLF, to be consistent with php-cs-fixer, fixes #694 2020-03-05 01:26:26 +00:00
.gitignore fewer globals 2024-02-10 01:55:05 +00:00
.htaccess [htaccess] cache css/js for one day 2024-02-12 11:05:49 +00:00
.php-cs-fixer.dist.php put runtime-generated data into data/ 2023-12-31 17:42:04 +00:00
composer.json [ci] remove scrutinizer - too many false positives compared to phpstan... 2024-02-21 14:54:03 +00:00
composer.lock [ci] remove scrutinizer - too many false positives compared to phpstan... 2024-02-21 14:54:03 +00:00
Dockerfile [docker] accept MAX_FILE_UPLOADS as a docker environment variable 2024-02-21 12:58:24 +00:00
index.php [core] organise exceptions a bit 2024-02-11 16:03:23 +00:00
LICENSE.txt Create LICENSE.txt 2016-11-27 20:28:16 +00:00
README.md [dev] one-click dev environment 2024-01-04 12:15:29 +00:00

     _________.__     .__                   .__         ________
    /   _____/|  |__  |__|  _____    _____  |__|  ____  \_____  \
    \_____  \ |  |  \ |  | /     \  /     \ |  |_/ __ \  /  ____/
    /        \|   Y  \|  ||  Y Y  \|  Y Y  \|  |\  ___/ /       \
   /_______  /|___|  /|__||__|_|  /|__|_|  /|__| \___  >\_______ \
           \/      \/           \/       \/          \/         \/

Shimmie

Tests Code Quality Code Coverage Matrix

Open in GitHub Codespaces

Documentation

Licence

All code is released under the GNU GPL Version 2 unless mentioned otherwise.

If you give shimmie to someone else, you have to give them the source (which should be easy, as PHP is an interpreted language...). If you want to add customisations to your own site, then those customisations belong to you, and you can do what you want with them.