https://github.com/alessio-signorini/golinks
Hosted Golinks Server which works via DNS and does not require browser addons
https://github.com/alessio-signorini/golinks
golinks golinks-server rails redirect ruby
Last synced: about 2 months ago
JSON representation
Hosted Golinks Server which works via DNS and does not require browser addons
- Host: GitHub
- URL: https://github.com/alessio-signorini/golinks
- Owner: alessio-signorini
- Created: 2020-01-24T06:31:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T17:31:52.000Z (over 3 years ago)
- Last Synced: 2025-06-29T21:37:12.731Z (about 1 year ago)
- Topics: golinks, golinks-server, rails, redirect, ruby
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔎 Private Golinks Server
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.
### Requirements
* Ruby v2.6.3
* Rails v6
* Postgres
### Setup
* Create the database user `createuser -dlP golinks`
* Install dependencies `bundle install`
* Setup the database `rails db:setup`
### Deployment
1. deploy the server
2. create a `go.yourdomain.com` CNAME for it
3. make sure your internal networks have `yourdomain.com` as search domain