mirror of
https://github.com/decompme/decomp.me.git
synced 2026-01-17 02:30:28 -06:00
* Add translations for ps1/maspsx compiler set * Tell clang to compile and not link to remove need for lld binary * Assume msdos assembler lives on PATH * Overhaul download.py * Attempt to fix docker ci * Appease black * Whoops, don't forget to detach * Fix path to download.py * fix perms (hack?) * Add --platforms and --compilers args to download.py * Try out --compiler dir arg for docker in ci * Try to ignore that 500 error about image manifests * it's --compilerS-dir * Try again * Try building our own podman (fallback to vfs when rootless) * install distro 'podman' to get configuration (fixes fuse) * mount /dev/fuse in ci * dumb bugfix, .download_cache * split compilers config out of download.py * update poetry.lock * Add psyq3.3 + psyq4.4 and migrate psyq4.3 scratches to psyq4.4 * docker_entrypoint.sh cleanup * Try to protect against 'locating item named "manifest" for image with ID' * better podman sanity check * appease black * use 'requests.get()' to grab remote image digest * Update compilers repo to 'decompme/compilers' * Fix description for psyq3.6
8 lines
279 B
Bash
8 lines
279 B
Bash
DATABASE_URL=psql://decompme:decompme@postgres:5432/decompme
|
|
SECRET_KEY="django-insecure-nm#!8%zhc0wwi#m_*l9l)=m*6gs4&o_^-e5b5vj*k05&yaqc1"
|
|
DEBUG="on"
|
|
ALLOWED_HOSTS="backend,localhost,127.0.0.1"
|
|
USE_SANDBOX_JAIL="on"
|
|
SANDBOX_DISABLE_PROC="true"
|
|
MEDIA_URL=http://localhost/media/
|