If you have a Raspberry PI, other “mini” server, or anything capable of running Linux; you can host Activepieces at home and get all benefits of the Self-hosted version. You can even process webhooks!!! For free!!!
I’ve been thinking about self hosting, but not technical at all. Can you see if having a Linux server like this one will do the trick from HyperHost? It is pretty cheap I think and it would be great if that is possible.
I think they don’t sell VPSs, you need a VPS in order to install docker and then AP. I recommend you to check this out: https://lowendtalk.com/categories/offers
Hi @ashrafsam, yeah geeking out. For now I have enough tasks to do everything I like. Maybe the future things will be different, but still not planning on moving away from the cloud.
Met technical knowledge of hosting and setting up systems is very limited. But I do believe it would be good to understand. There are many more open-source solution I would like to make use of but all future plans.
Hey @PFernandez98
I only realized I needed to change the .env after I had already followed your steps.
Now, I found the .env file and changed from:
AP_FRONTEND_URL=http://localhost:8080
to:
AP_FRONTEND_URL=http://sub.domain.com
Or should it be?:
AP_FRONTEND_URL=https://sub.domain.com
Once that is done, what should I do now? What are the next steps?
if you are using the tunnel from cloudflare, it should be the https one… after that go to the AP directory (where the .env and the docker-compose.yml files are located) and run this (exactly like that):
Hey @PFernandez98
Should I first stop my current container of AP?
As when I ran you command, I got:
:~/activepieces $ docker compose up -d
WARN[0000] /home/dr/activepieces/docker-compose.yml: `version` is obsolete
[+] Running 2/2
✔ Container redis Recreated 2.6s
✔ Container postgres Recreated 2.6s
⠋ Container activepieces Creating 0.0s
Error response from daemon: Conflict. The container name "/activepieces" is already in use by container "LONGSTRINGALPHANUMERICSEQUENCE". You have to remove (or rename) that container to be able to reuse that name.
@PFernandez98
After running the above, my AP version changed from 0.26.1 to 0.26.0
I’m sure of this because I had checked yesterday that my version was up to date and 0.26.1 has been out for two weeks now.
Any thoughts? Guidance?
Thank you again