Commit graph

47 commits

Author SHA1 Message Date
Tom Wiesing
55d48f213f
barrel/Dockerfile: Use php 8.0 explicitly 2021-12-20 15:25:52 +01:00
Tom Wiesing
7eb200e7d9
barrel/Dockerfile: Add uploadprogress library 2021-12-20 15:09:15 +01:00
Tom Wiesing
aea470732d
Update php 8 modules 2021-12-20 15:03:19 +01:00
Tom Wiesing
569ce2e930
triplestore: Tweak heap sizes 2021-12-20 12:37:48 +01:00
Tom Wiesing
d517468c09
triplstore: Fix typo 2021-12-17 13:45:15 +01:00
Tom Wiesing
a73adcff56
triplestore: Use 1GB of memory 2021-12-17 13:39:26 +01:00
Tom Wiesing
dfa8e85563
distillery: Update to php 8 2021-12-14 15:18:07 +01:00
Tom Wiesing
234dc5f9f2
triplestore/Dockerfile: Workaround for CVE-2021-44228 2021-12-14 10:44:36 +01:00
Tom Wiesing
760e41b415
Use drupal 9 / wisski 3 by default 2021-12-06 11:50:47 +01:00
Tom Wiesing
279d683c3b
barrel: Add APCU caching 2021-12-06 10:39:14 +01:00
Tom Wiesing
29923650e5
barrel: Update to 7.4-apache-bullseye 2021-12-06 10:36:26 +01:00
Tom Wiesing
32f9876307
Update nginx timeout to match max_execution_time 2021-11-17 11:27:19 +01:00
Tom Wiesing
793eab5c2d
Update nginx timeouts 2021-11-17 10:57:57 +01:00
Tom Wiesing
4a5f3376be
Move URLs to GitHub 2021-09-03 12:49:17 -04:00
Tom Wiesing
c11509e34e
compose/triplestore: Ignore docker directories 2021-08-09 10:26:56 -04:00
Tom Wiesing
185c98d0af
Revert "Downgrade to nginx-proxy 0.9.0"
This reverts commit dcabdacd59.
2021-07-14 11:26:33 -04:00
Tom Wiesing
dcabdacd59
Downgrade to nginx-proxy 0.9.0 2021-07-14 10:44:42 -04:00
Tom Wiesing
7d1801004d
patch: Add missing newline 2021-05-04 10:59:39 +02:00
Tom Wiesing
0b8ea38b7b
Add 'patch_triples.sh' 2021-05-04 10:48:36 +02:00
Tom Wiesing
e0dbe5b862
MySQL running on port 3306 2021-03-19 14:00:08 +01:00
Tom Wiesing
9c6b48780f
Allow portforwarding of phpmyadmin + sql 2021-03-11 11:51:52 +01:00
Tom Wiesing
0bda3d7b1f
compose/web: Keep track of acme state 2021-02-08 11:13:24 +01:00
Tom Wiesing
e67974e985
Move to 'ghcr.io' images
This commit moves away from packages.github.com images and to ghcr.io.
2021-01-29 00:09:31 +01:00
Tom Wiesing
d3b6450854
Add support for an overrides file 2021-01-18 13:29:09 +01:00
Tom Wiesing
d2283d6379
provision_container: Conditionally apply EasyRDF patch
This commit only applies the EasyRDF when the appropriate file exists.
2020-11-13 12:17:41 +01:00
Tom Wiesing
e856afdc93
Rename composer hostnames
Previously, all containers had hostnames corresponding to their domains.
This made it impossible to use curl and friends from within the
containers. This commit renames the hostnames of the containers to
append a '.wisski' suffix.
2020-11-12 18:59:09 +01:00
Tom Wiesing
b461893834
barrel/Dockerfile: Add 'gd' freetype support 2020-10-27 10:49:09 +01:00
Tom Wiesing
8dfdbec90a
Use printf instead of echo 2020-10-08 16:42:32 +02:00
Tom Wiesing
b55fcf1f55
Don't wrap base64 output 2020-10-08 16:05:46 +02:00
Tom Wiesing
70cdf7c602
Add utility scripts
This commit adds a new utility script and makes sure that it is mounted
inside the containers.
2020-10-08 14:59:22 +02:00
Tom Wiesing
19b584408d
Increase php limits 2020-10-07 12:37:55 +02:00
Tom Wiesing
07b8061c7a
Add a means of reserving an instance 2020-10-01 11:49:17 +02:00
Tom Wiesing
7cbfaf99d5
barrel: Increase max upload size to 250 MB
This commit increases the maximal php upload size to 250 MB (from the
default of 2).
2020-08-14 11:08:06 +02:00
Tom Wiesing
a2612e5ee6
provision_container: Fixes for new WissKI version 2020-08-06 11:00:59 +02:00
Tom Wiesing
04025b89de
Increase composer memory to 4g 2020-08-06 09:57:13 +02:00
Tom Wiesing
0f9cbd06b0
user shell: Setup path 2020-08-06 09:57:13 +02:00
Tom Wiesing
a7c4ded7e9
Initial version of the magic ssh server 2020-07-29 14:44:31 +02:00
Tom Wiesing
f44693f1f2
Override mod_rewrite rules for barrel
This commit updates the apache configuration for the barrel to enforce
all global mod_rewrite rules before the .htaccess' mod_rewrite rules are
enabled.
2020-07-22 13:05:20 +02:00
Tom Wiesing
859fdbd0fb
Add 'RewriteEngine On' to apache config 2020-07-22 12:12:11 +02:00
Tom Wiesing
47795496b5
Store slug with each barrel 2020-07-14 16:42:17 +02:00
Tom Wiesing
2b8d3e817d
Rename runtime -> barrel 2020-07-14 16:23:36 +02:00
Tom Wiesing
2dfed350e0
Add 'vim' to runtime image 2020-07-07 17:20:34 +02:00
Tom Wiesing
c77817fba1
Add 'git' to runtime image 2020-07-07 17:19:35 +02:00
Tom Wiesing
ddcfeea0c6
Add 'imagemagick' to runtime image 2020-07-07 16:22:49 +02:00
Tom Wiesing
e63c393216
Add easyrdf.patch 2020-07-02 15:12:38 +02:00
Tom Wiesing
56a44f8db3
Add 'self' stack
This commit adds a new stack 'self' that for now just redirects to the
repository.
2020-07-02 11:26:32 +02:00
Tom Wiesing
76ef5d8e68
Switch to using Docker
This commit refactors all code in this project to make use of docker.
This has not yet been documented properly.
2020-06-26 12:54:47 +02:00