1pogolinks Install -

| Action | Command | | :--- | :--- | | Add a new link | golinks --shortcut gh --url https://github.com | | List all links | golinks --list | | Delete a link | golinks --delete --shortcut gh | | Show statistics | golinks --stats | | Start the server | golinks --server | | Open a shortcut directly | golinks gh (opens GitHub in your browser) |

npm run migrate:up

: Android 8.0+ or Windows 10/11 desktop environments. 1pogolinks install

This creates tables for links, tags, users, and adds a default administrator account.

Once the server is running, you can manage your shortcuts from the web interface at http://go/_ or via the command line. | Action | Command | | :--- |

golinks: image: 'prologic/golinks:latest' container_name: golinks ports: - "8000:8000" command: - "-dbpath=/data/search.db" - "-title=My GoLinks" volumes: - "./golinks-data:/data"

: Set a path for your avatar to walk automatically, which is useful for hatching eggs. Joystick Control 1pogolinks install

In this configuration:

For a more production-ready setup, you can use Docker Compose. Create a docker-compose.yml file with the following content: