Bob Tanner wants to merge 75 commits from /u/basictheprogram/crossfire/ to master, 2025-03-18
SF merge interface is terrible. Merge master to master? Does that mean my fork:master to crossfire/metaserver:master?
Commit | Date | |
---|---|---|
2025-03-17 23:26:04 | Tree | |
2025-03-17 23:23:52 | Tree | |
2025-03-17 23:18:24 | Tree | |
[8ca6e5]
by
![]() Fix HTTP and HTTPS routing for meta_update.php and update healthcheck script - Fixed the MYSQL healthcheck command to properly use environment variables without escaping `$`. |
2025-03-17 22:57:50 | Tree |
[c63f64]
by
![]() Update Traefik log volume path and metaserver POST request - Changed Traefik log volume mapping in `docker-compose.yml` from `/var/logs/traefik-access.log` to `/var/log/traefik/`. |
2025-03-16 14:12:46 | Tree |
[430790]
by
![]() Update Traefik log path, comment out HTML volume, and adjust metaserver URL - Change Traefik access log path from `./logs/traefik-access.log` to `/var/logs/traefik-access.log`. |
2025-03-16 02:18:21 | Tree |
[f618c9]
by
![]() fix: improve metaserver DNS validation and traefik compatibility - Remove unused `DOMAIN=localhost` environment variable from Traefik service. |
2025-03-16 01:28:26 | Tree |
[d95924]
by
![]() In GitHub Actions workflows, the runs-on key specifies the type of runner However, the value ubuntu-noble you've specified is not among the standard |
2025-03-15 20:12:12 | Tree |
[d65006]
by
![]() `feat(docker): migrate to Traefik 3, update to Ubuntu Noble, and remove Certbot service` - Switch branch from `vscode-devcontainer` to `traefik-3`. |
2025-03-15 19:58:15 | Tree |
2025-03-15 17:41:55 | Tree | |
[6ab1ab]
by
![]() Refactor devcontainer setup: update .gitignore, add certificates, and modify Traefik config - Updated .gitignore to include logs and ensure .env is properly ignored. |
2025-03-15 17:22:57 | Tree |
[bc9856]
by
![]() refactor(devcontainer): Add Traefik reverse proxy and improve Docker Compose config - Add Traefik v3 service for handling HTTP and HTTPS routing |
2025-03-15 15:36:17 | Tree |
2025-03-14 23:52:57 | Tree | |
[2aa4eb]
(vscode-devcontainer)
by
![]() Add additional VirtualHost for HTTP traffic on port 80 - Configures a new VirtualHost for handling HTTP traffic (port 80). |
2025-02-23 18:16:54 | Tree |
[504ca5]
by
![]() Enable Apache dir module and update SSL configuration - Added `dir` module to `a2enmod` command in `Dockerfile` to ensure proper handling of `DirectoryIndex`. |
2025-02-23 17:47:43 | Tree |
[fb9770]
by
![]() Enable SSL module in Apache configuration - Added `a2enmod ssl` to enable the SSL module in the Dockerfile. |
2025-02-23 17:15:33 | Tree |
2025-02-23 17:00:42 | Tree | |
[1348ad]
by
![]() Refactor Apache configuration handling and ensure latest Certbot image is used - Adjusted Dockerfile to copy all `.conf.template` files into `/etc/apache2/sites-available/` |
2025-02-23 16:59:21 | Tree |
2025-02-23 16:41:41 | Tree | |
2025-02-23 00:45:57 | Tree | |
2025-02-23 00:39:09 | Tree | |
[4cadd5]
by
![]() Fix paths and script updates for Certbot and environment variable handling - Updated `docker-compose.yml` with a comment on environment population |
2025-02-23 00:21:37 | Tree |
2025-02-23 00:16:12 | Tree | |
[8abca6]
by
![]() Enhance Apache startup script to check for SSL certificate and wait for Certbot - Added check for the existence of the SSL certificate files before enabling HTTPS |
2025-02-22 23:40:25 | Tree |
[30470b]
by
![]() Update docker-compose.yml and certbot initialization script - Updated 'www' service to use the correct image 'basictheprogram/crossfire-metaserver-www'. |
2025-02-22 23:19:13 | Tree |
[5eb0bc]
by
![]() Refactor Dockerfiles to correct file paths and update entrypoint for certbot - Updated certbot Dockerfile to copy the `certify-init.sh` script from the correct path. |
2025-02-22 22:27:20 | Tree |
2025-02-22 22:20:20 | Tree | |
[2f87bd]
by
![]() Fix Docker build context in GitHub Actions workflow - Updated the Dockerfile path to include the correct service-specific directory in the build context (`docker/${{ matrix.service }}/Dockerfile`). |
2025-02-22 22:18:02 | Tree |
[27290d]
by
![]() Switch certbot to standalone mode and update Dockerfile - Changed certbot challenge method from webroot to standalone in certify-init.sh |
2025-02-22 22:13:49 | Tree |
2025-02-22 17:05:59 | Tree | |
[cfc75c]
by
![]() Enhance apache-foreground.sh with upstream Apache initialization - Imported upstream Apache initialization logic from Docker Library PHP. |
2025-02-22 16:54:02 | Tree |
2025-02-22 16:40:37 | Tree | |
[565a83]
by
![]() Rename httpd-foreground.sh to apache-foreground.sh and improve error handling - Renamed script for clarity and consistency with Apache naming. |
2025-02-22 16:27:21 | Tree |
[3cbf9c]
by
![]() Added check for "/etc/letsencrypt/live/${APACHE_SERVER_NAME}" |
2025-02-22 16:11:18 | Tree |
[d1f8e4]
by
![]() Fix syntax error in openssl dhparam command in httpd-foreground.sh - Corrected misplaced curly brace in the output file path. |
2025-02-22 15:53:33 | Tree |
2025-02-22 15:33:55 | Tree | |
[8c1689]
by
![]() Refactor Apache configuration and setup script - Replaced the direct copy of `metaserver.conf.template` with a wildcard pattern to copy all `.conf.template` files into the Apache configuration directory. |
2025-02-22 01:13:27 | Tree |
[ee03a9]
by
![]() Refactor Apache container to support dynamic ServerAdmin and ServerName configuration - Removed `envsubst` from Dockerfile, as environment variables will now be handled at runtime. |
2025-02-22 00:31:53 | Tree |
[dec6f6]
by
![]() Optimize Docker image builds with parallel execution - Introduced a job matrix to build `www` and `certbot` services in parallel. |
2025-02-22 00:03:02 | Tree |
2025-02-21 23:57:24 | Tree | |
[fe32c2]
by
![]() * Use docker-php-ext-configure Before docker-php-ext-install |
2025-02-21 23:48:30 | Tree |
[4d8b4d]
by
![]() Update GitHub Actions workflow to build and push both www and certbot services - Split `docker-publish.yml` to build and push `www` and `certbot` services separately |
2025-02-21 23:38:53 | Tree |
2025-02-21 23:17:37 | Tree | |
[ef2a57]
by
![]() Refactor Devcontainer and Docker Setup - Updated `.devcontainer.json` to include `humao.rest-client` and `ms-vscode.makefile-tools` |
2025-02-21 22:37:15 | Tree |
[755d40]
by
![]() Refactor DevContainer configuration and Docker setup - Switched base image in `.devcontainer/Dockerfile` from `ubuntu:jammy` to `ubuntu:noble`. |
2025-02-20 00:41:22 | Tree |
2024-07-23 23:41:55 | Tree | |
2024-07-23 23:22:45 | Tree | |
[c4b795]
by
![]() Update .gitignore, add docker-compose.override.yml.example, and modify docker-compose.yml - Added `docker-compose.override.yml` to `.gitignore`. |
2024-07-23 16:40:23 | Tree |
[09d37b]
by
![]() Fix SQL syntax and update Docker volume paths - Corrected SQL syntax by specifying `INT` data type for `entry` columns in `blacklist` and `servers` tables in `001-create-tables.sql`. Changes include: |
2024-07-23 12:36:14 | Tree |
[8e9d5c]
by
![]() Refactor SQL table definitions and update Docker configurations - Fixed SQL syntax errors in `001-create-tables.sql` by adding missing `INT` data type for `entry` columns in `blacklist` and `servers` tables. Changes include: |
2024-07-23 12:34:09 | Tree |
[b7be28]
by
![]() Issue #3: Add a notice about resetting the login info for the MySQL database after the initial setup and testing is completed |
2024-07-23 03:30:02 | Tree |
2024-07-23 02:33:20 | Tree | |
2024-07-22 22:36:04 | Tree | |
[5e1746]
by
![]() Trying to get just the www part of the metaserver build and published |
2024-07-22 14:37:00 | Tree |
2024-07-22 14:07:55 | Tree | |
[9b6709]
by
![]() Refactor the workflow to build docker image in 1 step and push the |
2024-07-21 22:47:23 | Tree |
2024-07-21 22:42:41 | Tree | |
2024-07-21 21:59:38 | Tree | |
[b29277]
by
![]() Add Docker Compose, Docker ignore file, GitHub Actions for Docker publishing, and update Certbot environment variables - **.devcontainer/docker-compose.yml**: - **.dockerignore**: - **.github/workflows/docker-publish.yml**: - **docker-compose.yml**: - **docker/certbot/.env** and **docker/certbot/.env.sample**: - **docker/certbot/certify-init.sh**: - **html/meta_client.php**: |
2024-07-21 16:25:42 | Tree |
2024-07-19 22:47:46 | Tree | |
2024-07-16 16:21:50 | Tree | |
2024-07-15 21:42:16 | Tree | |
[1e0100]
by
![]() feat: Add development container setup with Docker and VSCode - Added .env.sample to .devcontainer for environment variables. |
2024-07-15 21:40:15 | Tree |
2024-07-13 12:45:49 | Tree | |
[649221]
by
![]() Refactor: Remove extraneous control characters and trailing spaces - Removed extraneous control characters from COPYING file. |
2024-07-13 12:43:16 | Tree |
[a201c3]
by
![]() Update .gitignore and add pre-commit configuration - Removed unnecessary entries from .gitignore |
2024-07-12 18:18:27 | Tree |
[60d61f]
(php-7.0)
by
![]() Closes https://sourceforge.net/p/crossfire/bugs/959/ Add .gitignore and update project setup - Added a comprehensive .gitignore file to exclude unnecessary files for |
2024-07-12 18:04:47 | Tree |
[b1399b]
by
![]() Fixes #1 mysql_real_escape_string is deprecated * Replaced mysql_real_escape_string with mysqli_real_escape_string. Fixes #2 Recent additions to the meta server are not showing up on * Changed `archbase` varchar(64) |
2023-04-15 00:37:00 | Tree |
[5bb59e]
by
![]() WIP #2 Recent additions to the meta server are not showing up on * Changed `archbase` varchar(64) |
2023-04-15 00:34:16 | Tree |
2017-02-13 06:08:17 | Tree | |
2017-02-13 06:05:49 | Tree | |
2017-02-13 05:10:00 | Tree | |
[63f157]
by
![]() Fix bug #1828359: Metaserver 2 server list breakage w/o flag set. Fix caption. |
2007-12-16 11:28:09 | Tree |
2007-08-14 18:34:31 | Tree | |
2007-08-08 07:42:40 | Tree |