https://github.com/zluqe/zluqet
An open source pastebin written in Python.
https://github.com/zluqe/zluqet
paste pastebin pastebin-alternative pastebin-api pastebin-client pastebin-pastes pastebin-service zluqe
Last synced: 11 months ago
JSON representation
An open source pastebin written in Python.
- Host: GitHub
- URL: https://github.com/zluqe/zluqet
- Owner: Zluqe
- Created: 2025-02-03T20:37:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T19:20:53.000Z (12 months ago)
- Last Synced: 2025-02-24T20:27:29.925Z (12 months ago)
- Topics: paste, pastebin, pastebin-alternative, pastebin-api, pastebin-client, pastebin-pastes, pastebin-service, zluqe
- Language: HTML
- Homepage: https://zluqe.org/
- Size: 83 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zluqet
An open-source Pastebin service
Images:


# How to install
```bash
docker volume create zluqet
```
```bash
docker pull ghcr.io/zluqe/zluqet:latest
```
```bash
docker run -d -p 5000:5000 -v zluqet:/app/instance ghcr.io/zluqe/zluqet:latest
```
# How to Update
```bash
docker stop $(docker ps -q --filter ancestor=ghcr.io/zluqe/zluqet:latest)
```
```bash
docker rm $(docker ps -aq --filter ancestor=ghcr.io/zluqe/zluqet:latest)
```
```bash
docker rmi ghcr.io/zluqe/zluqet:latest
```
```bash
docker pull ghcr.io/zluqe/zluqet:latest
```
```bash
docker run -d -p 5000:5000 -v zluqet:/app/instance ghcr.io/zluqe/zluqet:latest
```
# How to install Zluqet CLI (WIP)
```bash
curl -LO https://github.com/Zluqe/Zluqet/raw/refs/heads/main/client/install.sh
```
```bash
chmod +x install.sh
```
```bash
./install.sh
```
Usage:
```bash
zluqet --text "" OR zluqet --file
```