1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 07:30:10 +01:00
Commit Graph

4493 Commits

Author SHA1 Message Date
Zankaria
af06d84094 style.css: limit user options panel width on mobile 2024-04-27 22:21:20 +02:00
Zankaria
ebbb5fce53 Move twig template cache 2024-04-26 14:03:57 +02:00
discomrade
735180cf54 Improve social media cards 2024-04-24 17:22:39 +02:00
Zankaria
4bb0f40cd1 index.html: trim 2024-04-24 17:01:38 +02:00
Lorenzo Yario
7025035376
Merge pull request #728 from vichan-devel/RealAngeleno-patch-5
bugfix for ban appeals page
2024-04-19 12:04:09 -07:00
Lorenzo Yario
85471e007e
vichan likes to error on the ban appeals page if this isn't set this way 2024-04-19 12:03:49 -07:00
Lorenzo Yario
19fa804116
Merge pull request #721 from Zankaria/dockerize
Dockerize Vichan
2024-04-19 01:04:16 -07:00
Zankaria
2836ace551 readme: add basic docker documentation in the README 2024-04-18 23:44:09 +02:00
Zankaria
9d7ddd46c5 dokcer: cache webp images files in nginx 2024-04-18 23:33:47 +02:00
Zankaria
cbb1571063 docker: remove duplicated nginx configuration 2024-04-18 23:32:48 +02:00
Lorenzo Yario
0278ce16be
Merge pull request #720 from Zankaria/fix-installation
Better error SQL reporting on installation
2024-04-18 14:11:10 -07:00
Lorenzo Yario
004481b920
Merge pull request #723 from Zankaria/improve-context-init
Improve Context initialization
2024-04-18 14:10:59 -07:00
Lorenzo Yario
73a83e5dc9
Merge pull request #725 from Zankaria/banners-redirect
Make banner access redirect instead of serving the image directly
2024-04-18 14:10:48 -07:00
Lorenzo Yario
a19e4cc755
Merge pull request #726 from Zankaria/post-filter-by-flag
Filter posts by flag
2024-04-18 14:10:23 -07:00
Lorenzo Yario
3175f3627d
Merge pull request #724 from Zankaria/fix-hcaptcha
Fix HCaptcha
2024-04-18 14:09:55 -07:00
discomrade
df07515397 Enable filtering by flag name 2024-04-17 10:16:27 +02:00
Zankaria
0428c35684 b.php: make banners redirect instead of serving the image directly 2024-04-17 10:15:55 +02:00
Zankaria
b86b9e375d post.php: fix hcaptcha reading wrong post field 2024-04-16 22:39:32 +02:00
Zankaria
c3619c49fb docker: prepare compose for multiple test instances 2024-04-16 22:32:41 +02:00
Zankaria
024f955338 docker: remove special handling of instance-config.php from build 2024-04-16 22:32:41 +02:00
Zankaria
bf4f388a04 docker: make non-profile the default compose setting 2024-04-16 22:32:41 +02:00
Zankaria
f161de3d57 docker: format compose file 2024-04-16 22:32:41 +02:00
Zankaria
107592f70c docker: simplify composer file 2024-04-16 22:32:41 +02:00
Zankaria
fbbdb5afd6 docker: fix variable checking in bootstrapping script 2024-04-16 22:32:41 +02:00
Zankaria
5c99b0f4f3 docker: enable profiling with xdebug 2024-04-16 22:32:41 +02:00
Zankaria
fb191a0ffd docker: change compose database root password 2024-04-16 22:32:41 +02:00
Zankaria
575b265c74 docker: adjust php-fpm pool log config on compose 2024-04-16 22:32:41 +02:00
Zankaria
050bc59588 docker: enable JIT by default on compose 2024-04-16 22:32:41 +02:00
Zankaria
f8ea32376e docker: remove leftchan references from compose 2024-04-16 22:32:41 +02:00
Zankaria
5a5d315330 docker: remove leftypol branding from nginx compose 2024-04-16 22:32:41 +02:00
Zankaria
729219a3c4 docker: bootstrap remove leftypol specific files 2024-04-16 22:32:41 +02:00
Zankaria
d117619ce6 docker: boostrap script handle secrets.php, copy static files 2024-04-16 22:32:41 +02:00
Zankaria
5bdbe49f38 docker: move image to alpine linux 2024-04-16 22:32:41 +02:00
Zankaria
711e824153 docker: remove lainchan branding from compose file 2024-04-16 22:32:41 +02:00
Zankaria
9d9804db13 docker: compose mount local-www as root directory in nginx 2024-04-16 22:32:41 +02:00
Zankaria
79183ae8e6 docker: handle secrets.php 2024-04-16 22:32:41 +02:00
Zankaria
eb01768191 docker: use less used port for compose 2024-04-16 22:32:41 +02:00
Zankaria
c058ec12f9 Remove template/cache directory 2024-04-16 22:32:41 +02:00
Zankaria
1fed05c5ee docker: ignore empty gitkeep directories 2024-04-16 22:32:41 +02:00
Zankaria
2af07d006b docker: create empty robots.txt 2024-04-16 22:32:41 +02:00
Zankaria
8799c142b0 install.php: check that secrets.php is writable 2024-04-16 22:32:41 +02:00
Zankaria
3de9fa24dd template.php install.php: handle cache directory being a symlink 2024-04-16 22:32:41 +02:00
Zankaria
efdf93e3dd template.php: trim 2024-04-16 22:32:41 +02:00
Zankaria
7aca69125f docker: extract the vichan directory and make it optionally exposable 2024-04-16 22:32:41 +02:00
Zankaria
b1b28dcb90 docker-compose: use local www root 2024-04-16 22:32:41 +02:00
Zankaria
bd3bf7e4f8 docker: reduce file permissions 2024-04-16 22:32:41 +02:00
Zankaria
7979404c1b docker: change user to www-data 2024-04-16 22:32:41 +02:00
Zankaria
d55961995c docker: change the work directory to /var/www 2024-04-16 22:32:41 +02:00
Zankaria
482962844a docker: fix missing tmp directory 2024-04-16 22:32:41 +02:00
Zankaria
cc8e458906 docker: split up application and dependency layers 2024-04-16 22:32:41 +02:00