tracker
tracker copied to clipboard
TurnKey Linux Tracker
Redis have changed their licence (see https://github.com/redis/redis/pull/13157), so we should probably change to an alternate fork. There appear to be 2 main options - licensed differently: Redict is LGPLv3: https://codeberg.org/redict/redict...
When building the Bugzilla appliance I noticed that it's installing a ton of PHP packages. As Bugzilla is written in Perl, it occurred to me that it doesn't really need...
SSL is currently broken in `mariadb-connector-c` in Debian, and therefor `DBD-mysql` (possibly others as well). Debian package: `libdbd-mysql-perl` Debian bug here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032074 The newest release of bugzilla 5.2 requires SSL...
I'm using `debian-11-turnkey-domain-controller_17.1-1_amd64` as an LXC container on Proxmox 8.1.5, it's working very well but I have recurrent crashes of the DNS component. I can't find anything relevant in `/var/log/samba/*.log`...
Invoice Ninja is quite difficult to screenshot. Primarily due to it's use of flutter. Flutter makes use of shadow-roots which are difficult to manage in selenium. It also uses flutter's...
In Elgg by default we're enabling "simple cache". However to get the most advantage out of it a symlink /var/www/elgg/cache/ to /var/www/elgg-data/caches/views_simplecache/ I.e.: ``` ln -s /var/www/elgg-data/caches/views_simplecache /var/www/elgg/cache ```
E.g. if you set up Wireguard interface `wg0`, then the interface should be bought up: ``` wg-quick up wg0 ``` And also enabled: ``` systemctl enable wg-quick@wg0 ```
A user has just reported that twice in a row a TKLBAM backup failed. Both times it choked on files in `/var/spool/postfix/...`. I assume because the spooled mails had sent...
Currently `hub-list-appliance` will only list the appliances available via default (i.e. currently v17.x). It should be able to list all available apps. I'm tagging this as a bug as IMO...
I note that Debian (and therefore TurnKey) are listed as supported OS for the use of [EC2 Instance Connect](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-set-up.html). It appears that on Ubuntu it is provided by a package...