Ente
-
Heads up: I used Caddy because It was easier for me to configure. But I'm happy to use another server if anyone has a preference.
-
nvm I'm switching to nginx
-
Heads up: I used Caddy because It was easier for me to configure. But I'm happy to use another server if anyone has a preference.
@andreasdueren caddy is great, it just doesn't need certs once packaged.
-
@andreasdueren caddy is great, it just doesn't need certs once packaged.
@robi I know but I'm just not getting it to work and the documentation is for nginx so it's probably better to stick with the upstream project
-
@robi I know but I'm just not getting it to work and the documentation is for nginx so it's probably better to stick with the upstream project
-
Actually, here they are using Caddy?! -.-
-
Actually, here they are using Caddy?! -.-
@andreasdueren Indeed.
If it helps any, you can take a peek at the ZeroNet apache config, it works to take the host nginx proxy and proxy it again to the local running app (for testing in LAMP).
Not sure what you're running into otherwise.
-
@andreasdueren Indeed.
If it helps any, you can take a peek at the ZeroNet apache config, it works to take the host nginx proxy and proxy it again to the local running app (for testing in LAMP).
Not sure what you're running into otherwise.
@robi As far as I can tell, both backend and frontend are working fine. Frontend loads but there eis something wrong with the server implementation and it won't connect to the backend. Probably easy stuff but I need a break.
-
It looks like it's just using port 8080 for the front end App facing parts which is configurable in the clients, which then make more HTTP calls to localhost ports 3000-3004 for the backend.
In a LAMP scenario it's one change for the Apache config and the rest is just making the backend run and available.
-
It looks like it's just using port 8080 for the front end App facing parts which is configurable in the clients, which then make more HTTP calls to localhost ports 3000-3004 for the backend.
In a LAMP scenario it's one change for the Apache config and the rest is just making the backend run and available.
@robi Yes, I think this is not far from running. Don't have time to work on it today unfortunately
-
Ente Photos has reached v1 stable on 28 March: https://ente.io/blog/v1/
Looks very interesting.