- apache2 config
- dockerfile changes
This commit is contained in:
magmaus3 2023-04-15 18:14:38 +02:00
parent c128fd5032
commit 7ffda3b2a5
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
42 changed files with 1488 additions and 86 deletions

View file

@ -1,6 +1,9 @@
<?php
$reupUID = 71; // The UserID of the account.
$reupAID = 71; // The AccountID of the account. Also known as extID in the "users" table.
$reupUID = (int)$_ENV['reupUID']
$reupAID = (int)$_ENV['reupUID']
// $reupUID = 71; // The UserID of the account.
// $reupAID = 71; // The AccountID of the account. Also known as extID in the "users" table.
/*
Setup for the reupload account: