Official website of toolstack.app
- https://toolstack.app
- https://ibankeeper.toolstack.app
- https://ip.toolstack.app
- https://whatismyip.toolstack.app/
Find you remote IP via;
curl ip.toolstack.app
curl whatismyip.toolstack.app
http ip.toolstack.app
http whatismyip.toolstack.app
wget -qO- https://ip.toolstack.app
wget -qO- http://ip.toolstack.app
wget -qO- https://whatismyip.toolstack.app
wget -qO- http://whatismyip.toolstack.app
$ rake -T
rake docker:build # build docker image locally
rake docker:run # run docker image locally
rake release[revision] # release new version major,minor,patch, default: patch
rake run:fake # run server with fake infra
rake run:infra:down # down orbstack infra
rake run:infra:up # up orbstack infra
rake run:server # run server (default: :8000)
You need orbstack (macOS) to accomplish this. To run/start both go server and infra manually:
- Run the
rake
in a tab - Open another tab and run
rake run:infra
Or, run both automatically: rake run:fake
.
Now, open any of these urls:
- https://toolstack.local.orb.local
- https://ibankeeper.local.orb.local/
- https://ip.local.orb.local/
- https://reminder.local.orb.local/
You can check your running services via;
This project is licensed under MIT (MIT)
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.