https://github.com/choopm/pasted
Minimalistic paste daemon written in golang
https://github.com/choopm/pasted
docker golang minimal pastebin tcp-server
Last synced: 3 days ago
JSON representation
Minimalistic paste daemon written in golang
- Host: GitHub
- URL: https://github.com/choopm/pasted
- Owner: choopm
- License: mit
- Archived: true
- Created: 2021-10-17T11:45:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T17:59:52.000Z (about 2 years ago)
- Last Synced: 2025-04-26T06:02:00.779Z (8 days ago)
- Topics: docker, golang, minimal, pastebin, tcp-server
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - choopm/pasted - Minimalistic paste daemon written in golang (golang)
README
## Run the latest release using docker
```shell
docker run --rm -it -p 10101:10101 -v "$(pwd)/pastes:/data" ghcr.io/choopm/pasted
```## Environment variables
* `HOST=[::]`
* `PORT=10101`
* `URL_ROOT=https://paste.0pointer.org/`## Building local binaries
# Current OS/Platform
makeBinaries can be found in `dist/`
## Running a dev container
When using VS Code you may be asked to reopen the project in a devcontainer, do so.Afterwards use `go run cmd/pasted/pasted.go` to run the app.