Ente
-
wrote on Aug 19, 2024, 9:58 AM last edited by
Hello ,
Ente makes further progress in self hosting. so, I dare to ask, would you mind to put it on the Cloudron roadmap? -
wrote on Sep 17, 2024, 6:38 PM last edited by
Looks like they have expanded the documentation for self-hosting: https://help.ente.io/self-hosting/
-
-
wrote on Nov 28, 2024, 2:20 PM last edited by
I bet at some point we save more time as Cloudron users by packaging apps ourselves and documenting the process, maybe improving it via LLM, than waiting for the roadmap
-
wrote on Nov 28, 2024, 7:10 PM last edited by
Would like to see it on Cloudron : I use it on my own and got very familiar with it. thumps up
-
wrote 27 days ago last edited by
Currently attempting to package this. Frontend and backend are loading but not connecting to each other yet. Will have to investigate when I have a little time.
-
Currently attempting to package this. Frontend and backend are loading but not connecting to each other yet. Will have to investigate when I have a little time.
wrote 27 days ago last edited by@andreasdueren feel free to post it in case someone else can contribute a bit that gets passed this point.
-
@andreasdueren feel free to post it in case someone else can contribute a bit that gets passed this point.
wrote 27 days ago last edited by@robi Sure: https://git.due.ren/andreas/ente-cloudron/
I had to remove my bucket first because I hardcoded my credentials for testing (I'm a lazy sunofabitch)
-
wrote 27 days ago last edited by
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.
-
wrote 27 days ago last edited by
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.
wrote 27 days ago last edited by@andreasdueren caddy is great, it just doesn't need certs once packaged.
-
@andreasdueren caddy is great, it just doesn't need certs once packaged.
wrote 27 days ago last edited by@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
wrote 27 days ago last edited by@andreasdueren I feel you.
I had similar issues trying to plumb ZeroNet.
-
wrote 27 days ago last edited by
Actually, here they are using Caddy?! -.-
-
Actually, here they are using Caddy?! -.-
wrote 27 days ago last edited by@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.
wrote 27 days ago last edited by@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.
-
wrote 27 days ago last edited by robi 27 days ago
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.
-
wrote 26 days ago last edited by
Great job guys, can't wait to use it on Cloudron
️
-
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.
wrote 26 days ago last edited by@robi Yes, I think this is not far from running. Don't have time to work on it today unfortunately