chore(privatebin): fixed version + logo update

This commit is contained in:
Nicolas Meienberger 2022-09-10 12:17:08 +02:00
parent 4a03ea1cf5
commit 8e3b358762
5 changed files with 4 additions and 24 deletions

View File

@ -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 - [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 - [Plex](https://github.com/plexinc/pms-docker) - Stream Movies & TV Shows
- [Portainer](https://github.com/portainer/portainer) - Making Docker and Kubernetes management easy. - [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 - [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 - [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 - [Radarr](https://github.com/Radarr/Radarr) - Movie collection manager for Usenet and BitTorrent users

View File

@ -3,10 +3,10 @@
"name": "PrivateBin", "name": "PrivateBin",
"available": true, "available": true,
"exposable": true, "exposable": true,
"port": 8109, "port": 8122,
"id": "privatebin", "id": "privatebin",
"tipi_version": 1, "tipi_version": 1,
"version": "latest", "version": "1.4.0",
"categories": ["utilities"], "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.", "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.", "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.",

View File

@ -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

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
privatebin: privatebin:
image: privatebin/nginx-fpm-alpine:latest image: privatebin/nginx-fpm-alpine:1.4.0
container_name: privatebin container_name: privatebin
dns: dns:
- ${DNS_IP} - ${DNS_IP}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 26 KiB