chore(privatebin): fixed version + logo update
This commit is contained in:
parent
4a03ea1cf5
commit
8e3b358762
|
@ -30,6 +30,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
|
|||
- [Pihole](https://github.com/pi-hole/pi-hole) - A black hole for Internet advertisements
|
||||
- [Plex](https://github.com/plexinc/pms-docker) - Stream Movies & TV Shows
|
||||
- [Portainer](https://github.com/portainer/portainer) - Making Docker and Kubernetes management easy.
|
||||
- [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin
|
||||
- [Prowlarr](https://github.com/Prowlarr/Prowlarr/) - A torrent/usenet indexer manager/proxy
|
||||
- [Proxitok](https://github.com/pablouser1/ProxiTok) - Open source alternative frontend for TikTok made using PHP
|
||||
- [Radarr](https://github.com/Radarr/Radarr) - Movie collection manager for Usenet and BitTorrent users
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
"name": "PrivateBin",
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"port": 8109,
|
||||
"port": 8122,
|
||||
"id": "privatebin",
|
||||
"tipi_version": 1,
|
||||
"version": "latest",
|
||||
"version": "1.4.0",
|
||||
"categories": ["utilities"],
|
||||
"description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.",
|
||||
"short_desc": "A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.",
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
privatebin:
|
||||
image: privatebin/nginx-fpm-alpine:latest
|
||||
container_name: privatebin
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- tipi_main_network
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/srv/data
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.privatebin.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.privatebin.entrypoints: websecure
|
||||
traefik.http.routers.privatebin.service: privatebin
|
||||
traefik.http.routers.privatebin.tls.certresolver: myresolver
|
||||
traefik.http.services.privatebin.loadbalancer.server.port: 8080
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
privatebin:
|
||||
image: privatebin/nginx-fpm-alpine:latest
|
||||
image: privatebin/nginx-fpm-alpine:1.4.0
|
||||
container_name: privatebin
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user