From cc917ff6dae258c0da8eb5bdacd81550bf47015e Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Wed, 16 Aug 2023 22:17:48 +0200 Subject: [PATCH 1/2] Update to version from 2023-08-08 --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51cb1b7..c37552a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Inspired by the Invidious project. - Mobile support (responsive design) -**Shipped version:** 2023.07.22~ynh1 +**Shipped version:** 2023.08.08~ynh1 **Demo:** https://nitter.net/ diff --git a/README_fr.md b/README_fr.md index ffdf6ad..1e9d96f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ Nitter est une interface alternative pour Twitter qui est plus rapide que le sit - Support mobile (conception réactive) -**Version incluse :** 2023.07.22~ynh1 +**Version incluse :** 2023.08.08~ynh1 **Démo :** https://nitter.net/ diff --git a/manifest.toml b/manifest.toml index 89d84f5..5984b50 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Nitter" description.en = "Alternative front-end for Twitter that respects your privacy" description.fr = "Interface alternative pour Twitter qui respecte votre vie privée" -version = "2023.07.22~ynh1" +version = "2023.08.08~ynh1" maintainers = ["Jules Bertholet"] @@ -63,8 +63,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/zedeus/nitter/tarball/72d8f35cd1ec1205824711a41dab4b8d7a6b298a" - sha256 = "962d9f523b408cb67c6ac20072dd19ef51de2f76494c8ba3b05b7ef4d1a03374" + url = "https://github.com/zedeus/nitter/tarball/d7ca353a55ea3440a2ec1f09155951210a374cc7" + sha256 = "028ec2f9c93c9f65259d4a6632ee4a77d9b43516921f4e741e94cfcbb0530f4a" [resources.sources.nim] amd64.url = "https://nim-lang.org/download/nim-1.6.14-linux_x64.tar.xz" From dc130250fcd97c8c005703f1780272a96ead105c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:29:49 +0200 Subject: [PATCH 2/2] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5984b50..13a61d7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://github.com/zedeus/nitter/wiki" code = "https://github.com/zedeus/nitter" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -29,7 +29,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] help.en = "If public, anyone will be able to use this Nitter instance to browse Twitter. Note that heavy usage may cause Twitter API rate limits to be hit."