Simple implementation of Golinks server for private use. Supports multiple domains and can restrict access to selected IP addresses. At the moment it has no UI nor stats tracking.
- Ruby v2.6.3
- Rails v6
- Postgres
- Create the database user
createuser -dlP golinks
- Install dependencies
bundle install
- Setup the database
rails db:setup
- deploy the server
- create a
go.yourdomain.com
CNAME for it - make sure your internal networks have
yourdomain.com
as search domain