Skip to content

nicholaswilde/docker-golinks

Repository files navigation

Docker golinks

Docker Image Version (latest by date) Docker Pulls GitHub ci lint pre-commit

A multi-architecture image for golinks.

Architectures

  • armv7
  • arm64
  • amd64

Dependencies

  • None

Usage

docker cli

$ docker run -d \
  --name=golinks-default \
  -e TZ=America/Los_Angeles `# optional` \
  -e PUID=1000  `# optional` \
  -e PGID=1000  `# optional` \
  -e SUGGEST=https://suggestqueries.google.com/complete/search?client=firefox&q=%s `# optional` \
  -e TITLE=Search `# optional` \
  -e URL=https://www.google.com/search?q=%s&btnK `# optional` \
  -p 8000:8000 \
  --restart unless-stopped \
  nicholaswilde/golinks

docker-compose

See docker-compose.yaml.

Configuration

user uid
abc 911

Environmental Variables

See golinks

Development

See docs.

Troubleshooting

See docs.

Pre-commit hook

If you want to automatically generate README.md files with a pre-commit hook, make sure you install the pre-commit binary, and add a .pre-commit-config.yaml file to your project. Then run:

$ pre-commit install
$ pre-commit install-hooks

Currently, this only works on amd64 systems.

License

Apache 2.0 License

Author

This project was started in 2021 by Nicholas Wilde.

Sponsor this project

Packages

 
 
 

Contributors 2

  •  
  •