4799 Commits

Author SHA1 Message Date
Lorenzo Yario
2c57e84ac5
Merge pull request #974 from Mystia-Izakaya/patch-1
Fixed config-editor.php bug
2025-09-12 12:37:23 -07:00
Mystia-Izakaya
d3e8eb7480
Fixed config-editor.php bug
Who the hell thought that eval+@ is a good alternative to try catch block?
2025-09-07 01:19:14 +03:00
Lorenzo Yario
49276440e0
Update README.md 2025-05-14 03:03:49 -05:00
Lorenzo Yario
de52f98741
Merge pull request #930 from deffcolony/master
Improved Docker setup, installation, and documentation
2025-05-01 19:23:40 -05:00
alexveebee
e4104d4b05 update to check_container() 2025-05-01 15:16:53 +00:00
alexveebee
3050876be0 remove space 2025-05-01 15:09:36 +00:00
alexveebee
0518178a47 fix typo 2025-05-01 15:08:46 +00:00
alexveebee
23652b9830 lts 2025-04-30 19:34:47 +00:00
alexveebee
fe115048ac make optional for mariadb 2025-04-30 19:33:53 +00:00
alexveebee
a5e6470f56 update compose 2025-04-30 19:19:48 +00:00
alexveebee
14b8ce42a8 undo db image from mariadb, using mysql:latest 2025-04-30 02:02:10 +00:00
Alex
291bb26e74
Merge pull request #6 from Zankaria/mariadb-lts
Mariadb LTS
2025-04-25 21:51:59 +00:00
Alex
3781a10776
Merge pull request #5 from Zankaria/local-vars
PR fixup
2025-04-25 21:51:42 +00:00
Zankaria
4f99c62850 docker: use mariadb LTS 2025-04-25 18:32:25 +02:00
Zankaria
f959e790fd template.php: expose check_container function in twig templates 2025-04-25 18:09:42 +02:00
Zankaria
2c023ee644 templates.php: use local vars for container checking 2025-04-25 18:09:39 +02:00
Zankaria
553c925f40 template.php: use PHP style comments 2025-04-25 18:04:33 +02:00
Zankaria
12b4356a6a cache.php: use local vars 2025-04-25 18:04:31 +02:00
alexveebee
4d2f369af6 add twig to template.php: check container? 2025-04-25 14:22:42 +00:00
alexveebee
c3c9352f0a sperate code from config.php 2025-04-25 14:22:15 +00:00
alexveebee
135904ece0 use tab indents 2025-04-24 17:14:21 +00:00
alexveebee
3b45f4a897 remove button onclick hrefs 2025-04-24 17:13:15 +00:00
alexveebee
58c275472f use tab indents 2025-04-24 17:10:56 +00:00
alexveebee
416ac88407 wrap button in <a> tag 2025-04-24 17:04:29 +00:00
alexveebee
cb06845cc7 update port conflict with podman cockpit 2025-04-23 22:03:30 +00:00
Alex
21d573809b
Merge pull request #4 from AlexVeeBee/master
Quick PR: change text to Running Containerized
2025-04-23 21:12:13 +00:00
alexveebee
ce2deeb9cf Running Containerized 2025-04-23 21:10:14 +00:00
deffcolony
7eab6b0b6c
Merge pull request #3 from AlexVeeBee/master
Quck PR: add running in docker label
2025-04-23 21:03:03 +02:00
Alex
a28db68dd2
Merge branch 'deffcolony:master' into master 2025-04-23 19:01:33 +00:00
alexveebee
8360bf0ca7 sohw "running in docker" in the footer 2025-04-23 16:01:19 +00:00
deffcolony
64edc11a23
Merge pull request #2 from AlexVeeBee/master
Update installer and cache config
2025-04-23 17:34:22 +02:00
alexveebee
ffb8759fb1 remove logger 2025-04-23 15:31:49 +00:00
alexveebee
d35b435e7e update env for compose 2025-04-23 15:13:16 +00:00
alexveebee
240bb247f9 update config and remove check for container in cache.php 2025-04-23 15:13:07 +00:00
alexveebee
0a0cf68d64 fix enable php extentions 2025-04-22 22:37:12 +00:00
alexveebee
37fec1b82f update is_docker 2025-04-22 20:23:10 +00:00
alexveebee
38d96b80a5 Add Redis cache configuration and temp logging functionality 2025-04-22 20:22:08 +00:00
Alex
ec2f55b88f
Merge branch 'deffcolony:master' into master 2025-04-22 18:04:51 +00:00
deffcolony
7013f26eb2 corrected compose.yml and add podman docs 2025-04-22 17:12:36 +02:00
alexveebee
1671ec36c7 use tab indendation
https://github.com/vichan-devel/vichan/pull/930#discussion_r2052987496
2025-04-22 02:17:29 +00:00
Alex
b30232f773
Merge branch 'deffcolony:master' into master 2025-04-22 02:07:50 +00:00
alexveebee
d3f49bfd04 undo line 687 in install.php 2025-04-22 02:02:03 +00:00
deffcolony
292ce42cd7 environment variable handling and better configuration options in Docker setup 2025-04-21 20:47:08 +02:00
deffcolony
3a50da7d28
Merge pull request #1 from AlexVeeBee/master
Add php.ini with info in the installed
2025-04-21 13:01:42 +02:00
alexveebee
7e674103a7 remove env 2025-04-20 21:51:49 +00:00
alexveebee
64419af5f9 add php.ini to /docker/php 2025-04-20 21:51:07 +00:00
deffcolony
d3f36e48f7 Enhance Docker setup and installation process
- Updated Docker Compose configuration for web, PHP, and database services.
- Added Redis service with health checks and environment variables.
- Improved error handling and user prompts in installation scripts.
- Introduced example environment variables for easier configuration.
- Updated Nginx and PHP Docker images to latest versions.
2025-04-20 22:46:12 +02:00
Lorenzo Yario
83b644f0f5
Merge pull request #920 from vichan-devel/5.2.1
5.2.1 Release
2025-04-02 04:45:22 -05:00
Lorenzo Yario
953635f807
Delete static/banners/.gitkeep 2025-04-02 04:44:51 -05:00
Lorenzo Yario
5968118231
bugfix 2025-04-02 04:39:20 -05:00