No description
  • PHP 78%
  • Twig 17.1%
  • JavaScript 3.5%
  • Shell 0.5%
  • CSS 0.5%
  • Other 0.4%
Find a file
Nora 03fba45344
All checks were successful
Symfony / symfony-tests (push) Successful in 1m35s
Release / release (push) Successful in 1m26s
Merge pull request 'add search annuaire' (#38) from annuaire-search into develop
Reviewed-on: #38
2026-06-12 09:04:40 +00:00
.forgejo/workflows removing guard 2026-06-09 19:16:37 +02:00
assets add search annuaire 2026-06-12 10:55:07 +02:00
bin init 2026-06-08 16:50:39 +02:00
config ongoing 2026-06-10 18:21:00 +02:00
docker/db init 2026-06-08 16:50:39 +02:00
frankenphp init 2026-06-08 16:50:39 +02:00
migrations add web site url 2026-06-11 11:45:25 +02:00
public feature 1 2026-06-08 18:10:57 +02:00
scripts removing guard 2026-06-09 19:16:37 +02:00
SQL on going 2026-06-10 12:13:40 +02:00
src add search annuaire 2026-06-12 10:55:07 +02:00
templates add search annuaire 2026-06-12 10:55:07 +02:00
tests rollback 2026-06-11 19:43:34 +02:00
translations init 2026-06-08 16:50:39 +02:00
.dockerignore init 2026-06-08 16:50:39 +02:00
.editorconfig init 2026-06-08 16:50:39 +02:00
.env on going 2026-06-09 19:37:53 +02:00
.env.test mago test 2026-06-10 10:03:57 +02:00
.gitignore on going 2026-06-10 17:27:42 +02:00
Caddyfile init 2026-06-08 16:50:39 +02:00
compose.override.yaml feature 1 2026-06-08 18:10:57 +02:00
compose.yaml on going 2026-06-10 17:27:42 +02:00
composer.json mago format 2026-06-10 18:00:02 +02:00
composer.lock better email 2026-06-11 10:17:44 +02:00
dc init 2026-06-08 16:50:39 +02:00
Dockerfile init 2026-06-08 16:50:39 +02:00
importmap.php mago format 2026-06-10 18:00:02 +02:00
mago.toml removing guard 2026-06-09 19:16:37 +02:00
phpstan.dist.neon fix phpstan 2026-06-08 22:10:44 +02:00
phpunit.dist.xml mago test 2026-06-10 10:03:57 +02:00
README.md ongoin 2026-06-10 00:58:05 +02:00
release.sh still cleaning 2026-06-09 16:41:52 +02:00
symfony.lock mago format 2026-06-10 18:00:02 +02:00

PanneauPub

Installation

./dc up -d
./dc exec php composer install
./dc exec php bin/console doctrine:migrations:migrate

Anti-spam & Maintenance

Une commande de purge des avis non confirmés est disponible. Il est recommandé de la planifier toutes les heures.

Purge des avis non confirmés (> 24h)

bin/console app:avis:purge

Planification (Cron)

Ajoutez la ligne suivante à votre crontab pour une exécution toutes les heures :

0 * * * * /path/to/project/bin/console app:avis:purge >> /path/to/project/var/log/purge.log 2>&1

Si vous utilisez Docker, vous pouvez utiliser :

0 * * * * docker exec panneau-pub-php bin/console app:avis:purge