mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Update manifest.toml
This commit is contained in:
parent
bdfda023c3
commit
7ed80a0360
1 changed files with 8 additions and 4 deletions
|
@ -34,12 +34,16 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://codeload.github.com/jjlin/docker-image-extract/tar.gz/a9e455e44bbbfba897bf3342d9661b182cee67a9"
|
url = "https://github.com/jjlin/docker-image-extract/archive/b664b29a1de37d25f732e885e1331a8e90f67dcd.tar.gz"
|
||||||
sha256 = "9eb0c734e83a3fd7102fc7209af4977024ec467fbc819782491af47295675f67"
|
sha256 = "7b2c8baeec6e9a67c905d4d55e4dc0944815cf55bd6bf11fadbb6eb8990b4912"
|
||||||
|
autoupdate.upstream = "https://github.com/jjlin/docker-image-extract"
|
||||||
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
[resources.sources.lemmy-translations]
|
[resources.sources.lemmy-translations]
|
||||||
url = "https://codeload.github.com/LemmyNet/lemmy-translations/tar.gz/ddf0d3a4dcfba5eddbcdb702db2470b52abb3815"
|
url = "https://github.com/LemmyNet/lemmy-translations/archive/f45ddff206adb52ab0ac7555bf14978edac5d2f2.tar.gz"
|
||||||
sha256 = "7df72cdba8a6c23c9dca528d3fd71dce13f5263b7a59c8512253364d94797757"
|
sha256 = "4d91ed10bceba5de04a870ac7086e1fab383634eefae8afeefa500c9fe2627db"
|
||||||
|
autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/"
|
||||||
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 8536
|
main.default = 8536
|
||||||
|
|
Loading…
Reference in a new issue