RSS Git Download  Clone
  bin initial commit; login working 5 months ago
  db prep for docker 4 months ago
  environments updated production.yml file 4 months ago
  lib new function /summary, to replace 'all_docs' on footer 4 months ago
  public completed search and edit functions; service_record route no longer needs to capture document_id on edit when params captured using request->parameters->as_hashref as id is included 4 months ago
  t initial commit; login working 5 months ago
  views new function /summary, to replace 'all_docs' on footer 4 months ago
  .dancer initial commit; login working 5 months ago
  .gitignore 153B bugfixes - form for edit needs to be multipart, null entry.filename should load blank line instead of file-upload function 4 months ago
  Dockerfile 808B prep for docker 4 months ago
  README.txt 899B missing file and search placeholder update 4 months ago
  config.yml 2kB initial commit; login working 5 months ago
  cpanfile 2kB bugfixes & omissions for docker deployment 4 months ago
  docker-compose.yml 420B bugfixes & omissions for docker deployment 4 months ago
  README.txt
requires development_local.yml & test_local.yml in environments dir to run tests and dev server $ ln -s production.yml deployment.yml # /etc/apache2/websites/volvox.online.ssl # documents library (check running port map in docker-compose.yml): ProxyPass /moongate http://localhost:5002/moongate ProxyPassReverse /moongate http://localhost:5002/moongate ProxyPreserveHost On RequestHeader set X_FORWARDED_PROTO "https" # reconfig timezone for GB: $ dpkg-reconfigure tzdata [select 8 then 27] OR [https://stackoverflow.com/questions/44331836/apt-get-install-tzdata-noninteractive]: ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y tzdata RUN unlink /etc/localtime RUN ln -s /usr/share/zoneinfo/Europe/London /etc/localtime ## to run: $ docker compose up -d ## to restart: $ docker compose [stop|start] moongate https://volvox.online/moongate