Backup of former VeruA Ticketing system, that was hosted at help.verua.ch
Find a file
2026-01-05 09:48:50 +01:00
.ddev adjust for local use: change to mariadb:5.5,redirect to server http host 2026-01-05 09:16:42 +01:00
api init 2026-01-05 08:46:20 +01:00
help_FR fix db connection;remove unused credentials;apply redirect to login-screen 2026-01-05 09:37:24 +01:00
images init 2026-01-05 08:46:20 +01:00
include fix db connection;remove unused credentials;apply redirect to login-screen 2026-01-05 09:37:24 +01:00
scp init 2026-01-05 08:46:20 +01:00
styles init 2026-01-05 08:46:20 +01:00
upload init 2026-01-05 08:46:20 +01:00
.htaccess.c7mig.1477995576 init 2026-01-05 08:46:20 +01:00
.htaccess.off init 2026-01-05 08:46:20 +01:00
_index.php init 2026-01-05 08:46:20 +01:00
attachment.php init 2026-01-05 08:46:20 +01:00
captcha.php init 2026-01-05 08:46:20 +01:00
client.inc.php init 2026-01-05 08:46:20 +01:00
cronJob-Befehl.php init 2026-01-05 08:46:20 +01:00
index.php fix db connection;remove unused credentials;apply redirect to login-screen 2026-01-05 09:37:24 +01:00
info.php init 2026-01-05 08:46:20 +01:00
login.php init 2026-01-05 08:46:20 +01:00
logout.php init 2026-01-05 08:46:20 +01:00
main.inc.php init 2026-01-05 08:46:20 +01:00
offline.php init 2026-01-05 08:46:20 +01:00
open.php init 2026-01-05 08:46:20 +01:00
readme.md Add setup instructions. 2026-01-05 09:48:50 +01:00
secure.inc.php init 2026-01-05 08:46:20 +01:00
tickets.php init 2026-01-05 08:46:20 +01:00
view.php init 2026-01-05 08:46:20 +01:00

help.verua.ch

Containerized backup of old ticketing system OSTicket. DDEV is being used to replicate the server environment:

  • PHP 7.4
  • MariaDB 5.5

Requirements

  • DDEV installed on your machine. Check with ddev --version
  • Backup of the OS Ticket database: sh30356_help_fr.sql

Setup

  1. Clone the repository to your local machine:
git clone ssh://git@code.verua.online/VeruA/help.verua.ch.git
  1. Import database sh30356_help_fr.sql
    Important: The database has to be copied / downloaded from a backup. It is not inside this repository.
cd help.verua.ch
ddev import-db --file=/path/to/sh30356_help_fr.sql
  1. Run ddev
ddev start

The application should be now available under http://os-ticket.ddev.site.