Hi, yes I have configured apache and will show the config. I have set the url in the front end as well and will share a screenshot. I thought I had all of it correct, but it just doesn’t seem to be connecting correctly. Wow, you are so responsive
Config:
<VirtualHost :80>
ServerName http://ip-to-lxc:3456 ## also tried with no port, no http, and tried with my subdomain.domain.cloud
DocumentRoot /var/www/html/vikunja
RewriteEngine On
RewriteRule ^/?(config.json|favicon.ico|css|fonts|images|img|js) - [L]
RewriteRule ^(.)$ /index.html [QSA,L]
also have api url set to: http://ip-to-lxc:3456/api/v1
I hate to have to ask for help but I just can’t figure it out. Also, is there anything I need to do with sqlite3? Or just have it installed and everything else is automated?