Hello, i wanted to start self-hosting a url shortening service, after having using rebrandly for a long time: the issue is that the free tier is very limited and the paid tier is too expensive for my needs, so i was going to try a self-hosted service.
I know that maybe a shared hosting is not the best environment, but i should at least do some experiments and break my bones... right?
At the moment i've tried the installation of this script:
The installation from cli has been successful, the "{myaccountname}.opalstacked.com/public" answer with a customized 404 error page . Apparently everything seems to be ok.
The problem manifests when i try to use the remote panel to create new shortened urls: . I've generated an api-key as suggested in the documentation, but the remote web client (made with React) cannot connect at all.
If you have alternatives, please suggest them
I'm not forced to use shlink (even if it seems very well elegant), so if you have some other alternatives tested on opalstack, please list them!
what i need:
- a simple interface to create and customize the links
- a reporting view with the relative statistics (unique users, OS, Devices, Country/region/city of origin)
Thanks!