Hello everyone,
I just wanted to share my experience with heimdall a simple hompage dashboard on mikrotik.
So I thought that it would be ok to host it on the router since it is kinda light and if it fails then whatever its not a big deal.
I created one environment the time zone : TZ
And one mount point heimdall/config to /config
Now what I found out is that without enabling the Logging option it starts and the stops right after.
Also directories permission must Be CHANGED ON ANOTHER LINUX I used
sudo chown -R 1000:1000 .
sudo chmod -R 777 .
I even used my old config and everything worked out of the box (didn't work without this )
Regarding networking part I simply created a veth interface and assigned it a Ip from the local network, it was very easy since heimdall is using port 80 and 443
I have seen this from YouTube how to set up cloudflare tunnel on mikrotik
Conclusion:
For some small testing and playing around in the homelab its fine, wouldn't recommend for production environment as alot features are missing.