From 72d52724c342c7070900f4a53aab6ab2aa864b3f Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 29 Jun 2025 19:57:41 +0200 Subject: Update PrivateBin to 1.7.7 --- privatebin/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index 5cb67b1..cebd73a 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -1,6 +1,6 @@ services: nginx-fpm-alpine: - image: privatebin/nginx-fpm-alpine:1.7.6 + image: privatebin/nginx-fpm-alpine:1.7.7 restart: unless-stopped read_only: true ports: -- cgit v1.2.3 class='form'>
Yet another android myanimelist client
summaryrefslogtreecommitdiffstats
path: root/app/src/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-12rm README.mdClyhtsuriva1-58/+0
2021-05-10Added search anime page controllerClyhtsuriva2-54/+89
2021-05-10Finished search manga page controllerClyhtsuriva4-58/+87
2021-05-04Added the arch onto topanimeClyhtsuriva6-142/+151
2021-04-13Gradle updateClyhtsuriva1-4/+4
2021-04-13MVC implemented to TopMangaPageClyhtsuriva2-121/+123
2021-04-13Moving the basic variables.Clyhtsuriva1-5/+15
2021-04-13Restructuring and README update.Clyhtsuriva41-80/+140