diff --git a/README.md b/README.md index c6f20484..f11a461d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/apps/privatebin/config.json b/apps/privatebin/config.json index ffd55638..71297e1d 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -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.", diff --git a/apps/privatebin/docker-compose.arm.yml b/apps/privatebin/docker-compose.arm.yml deleted file mode 100644 index 89e2171a..00000000 --- a/apps/privatebin/docker-compose.arm.yml +++ /dev/null @@ -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 diff --git a/apps/privatebin/docker-compose.yml b/apps/privatebin/docker-compose.yml index 89e2171a..b75ae38c 100644 --- a/apps/privatebin/docker-compose.yml +++ b/apps/privatebin/docker-compose.yml @@ -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} diff --git a/apps/privatebin/metadata/logo.jpg b/apps/privatebin/metadata/logo.jpg index 2b4adbb0..baa135a0 100644 Binary files a/apps/privatebin/metadata/logo.jpg and b/apps/privatebin/metadata/logo.jpg differ