Commit Graph

8 Commits

Author SHA1 Message Date
Earlopain
156276f0c0
[Docker] Allow overriding forwarded ports
This also makes images load on ports other than 3000 by default
2023-09-25 18:21:08 +02:00
Earlopain
8ad0e08a82
[Docker] Add deleted/replacements protection 2023-09-25 16:14:55 +02:00
Earlopain
07331d77c2
[Cleanup] Remove maintenance.html
Not used in practise
2023-08-09 21:08:31 +02:00
Earlopain
9a97e02b20
[Tags] Import the external autocomplete service
This has been used in production for a while already, and now I
bothered to put it up here
2023-04-06 19:03:51 +02:00
Earlopain
26532478fd
[Docker] Remove nginx referer check
This allows me to easily overwrite the storage manager base url
and access the dev site from my phone with images successfully loading.
Also remove some other unused stuff.
2022-12-24 14:32:31 +01:00
Earlopain
12216ad224
[Uploader] Prevent uploads of to large local files
The correct error message was not displayed to the user, since nginx/cloudflare
are responsible for preventing large uploads.
2022-02-05 15:07:14 +01:00
Earlopain
ce871e412c
[Setup] Improve docker setup
* Reduces the image size by using alpine and cleaning up after some things
* Simplify the initial setup instructions slightly
* Access via localhost:3000 instead of e621.local
2021-11-14 14:12:51 +01:00
Earlopain
7c972ecf91
[Setup] Replace vagrant with docker 2021-11-14 03:31:26 +01:00