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
Shish 26bf4277e0 Separate out GET and POST more explicitly
- No longer allow uploading directly via GET, that is terrible for
  security. Instead, use the GET parameters to pre-fill the upload form.
- PageRequestEvent has a `method` property that can be checked in
  extensions
2024-01-01 03:30:21 +00:00
.devcontainer nits 2024-01-01 03:30:21 +00:00
.docker [docker] rely on shimmie to choose files from ext/static_files vs themes/static 2023-12-26 14:20:43 +00:00
.github [docker] also build a 'latest' image on pushes to master 2023-12-31 16:04:42 +00:00
core Separate out GET and POST more explicitly 2024-01-01 03:30:21 +00:00
ext Separate out GET and POST more explicitly 2024-01-01 03:30:21 +00:00
tests also unlink data/test-trace.json 2023-12-31 18:41:08 +00:00
themes [upload] give filesize-tracker script some polish 2024-01-01 03:30:21 +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 stop ignoring things which should be in the data/ dir 2023-12-31 16:17:31 +00:00
.htaccess Fix .htaccess rewrite 2023-09-30 11:06:20 +01:00
.php-cs-fixer.dist.php put runtime-generated data into data/ 2023-12-31 17:42:04 +00:00
composer.json [s3] extension for adding/deleting images on an S3 compatible host 2023-12-21 21:56:48 +00:00
composer.lock [s3] extension for adding/deleting images on an S3 compatible host 2023-12-21 21:56:48 +00:00
Dockerfile [docker] docs 2023-12-31 16:03:03 +00:00
index.php Separate out GET and POST more explicitly 2024-01-01 03:30:21 +00:00
LICENSE.txt Create LICENSE.txt 2016-11-27 20:28:16 +00:00
README.md github is standard enough now 2023-12-18 10:18:20 +00:00

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

Shimmie

Tests Code Quality Code Coverage Matrix

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.