Skip to content

Commit

Permalink
Fix #117 (remove unecessary admin tile)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain committed Oct 13, 2024
1 parent 8d6b489 commit c1086b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "Immich"
description.en = "Photo and video backup solution directly from your mobile phone"
description.fr = "Sauvegarde de photos et de vidéos directement depuis votre mobile"

version = "1.117.0~ynh1"
version = "1.117.0~ynh2"

maintainers = ["ewilly"]

Expand Down Expand Up @@ -66,8 +66,6 @@ ram.runtime = "500M"

[resources.permissions]
main.url = "/"
admin.url = "/admin"
admin.allowed= "admins"
api.url = "/api"
api.allowed = "visitors"
api.show_tile = false
Expand Down

0 comments on commit c1086b7

Please sign in to comment.