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
Bad Manners 9504ab75bb
All checks were successful
ci / docker (push) Successful in 2m4s
Use Forgejo workflows for building
2024-09-05 22:08:53 +00:00
.devcontainer [dev] postStartCommand rather than postCreateCommand for running the service 2024-05-04 14:58:05 +01:00
.docker [docker] use ini_parse_quantity for post_max_size, see #1096 2024-03-12 13:12:45 +00:00
.forgejo/workflows Use Forgejo workflows for building 2024-09-05 22:08:53 +00:00
core more useful errors from page_to_text 2024-09-05 12:36:41 +01:00
ext Fix a typo in the cache key 2024-09-03 17:17:14 +01:00
tests Merge branch 'main' into speed-hax 2024-08-31 22:00:30 +01:00
themes factor out commonly duplicated flash_html 2024-09-05 12:19:48 +01: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 Update dependency versions 2024-08-31 17:06:39 +01:00
composer.json Replace flexihash with weighted rendezvous hashing 2024-09-03 17:19:02 +01:00
composer.lock Replace flexihash with weighted rendezvous hashing 2024-09-03 17:19:02 +01:00
Dockerfile [docker] remove unused tests target 2024-08-31 17:58:50 +01:00
index.php send DatabaseUpgradeEvent if NO_AUTO_DB_UPGRADE is _not_ set 2024-09-04 15:13:46 +01:00
LICENSE.txt Create LICENSE.txt 2016-11-27 20:28:16 +00:00
README.md [docs] remove scrutinizr links 2024-04-18 21:53:32 +01:00

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

Shimmie

Tests 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.