mirror of
				https://github.com/YunoHost-Apps/send_ynh.git
				synced 2025-11-04 07:45:30 +01:00 
			
		
		
		
	@@ -19,7 +19,7 @@ A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a comm
 | 
				
			|||||||
Send is a file sharing experiment which allows you to send encrypted files to other users.
 | 
					Send is a file sharing experiment which allows you to send encrypted files to other users.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Shipped version:** 3.4.14~ynh1
 | 
					**Shipped version:** 3.4.15~ynh1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Demo:** https://send.vis.ee/
 | 
					**Demo:** https://send.vis.ee/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,7 @@ Un fork du Firefox Send de Mozilla. Mozilla a arrêté Send, et ce fork est un e
 | 
				
			|||||||
Send est une expérience de partage de fichiers qui permet d'envoyer des fichiers chiffrés à d'autres utilisateurs.
 | 
					Send est une expérience de partage de fichiers qui permet d'envoyer des fichiers chiffrés à d'autres utilisateurs.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Version incluse :** 3.4.14~ynh1
 | 
					**Version incluse :** 3.4.15~ynh1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Démo :** https://send.vis.ee/
 | 
					**Démo :** https://send.vis.ee/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,11 +10,13 @@
 | 
				
			|||||||
		setup_private=1
 | 
							setup_private=1
 | 
				
			||||||
		setup_public=1
 | 
							setup_public=1
 | 
				
			||||||
		upgrade=1
 | 
							upgrade=1
 | 
				
			||||||
 | 
							upgrade=1	from_commit=6e2eba4a9b6b455b35ce9d8e558c454a001bfacf
 | 
				
			||||||
		backup_restore=1
 | 
							backup_restore=1
 | 
				
			||||||
		multi_instance=1
 | 
							multi_instance=1
 | 
				
			||||||
		change_url=1
 | 
							change_url=1
 | 
				
			||||||
;;; Options
 | 
					;;; Options
 | 
				
			||||||
Email=
 | 
					Email=
 | 
				
			||||||
Notification=none
 | 
					 | 
				
			||||||
;;; Upgrade options
 | 
					;;; Upgrade options
 | 
				
			||||||
 | 
						; commit=6e2eba4a9b6b455b35ce9d8e558c454a001bfacf
 | 
				
			||||||
 | 
							name=3.4.14
 | 
				
			||||||
		manifest_arg=domain=DOMAIN&is_public=1&
 | 
							manifest_arg=domain=DOMAIN&is_public=1&
 | 
				
			||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
SOURCE_URL=https://github.com/timvisee/send/archive/refs/tags/v3.4.14.tar.gz
 | 
					SOURCE_URL=https://github.com/timvisee/send/archive/refs/tags/v3.4.15.tar.gz
 | 
				
			||||||
SOURCE_SUM=8c0234aedf8a2a67ef0a8f3b3cb72635c77d6496b0dd680ec2e70ae2f6b86c4d
 | 
					SOURCE_SUM=aeb8afed91dd79e92a47846b8a90e0ad9bc18991bd43ca3c2762c9c299d8dd9e
 | 
				
			||||||
SOURCE_SUM_PRG=sha256sum
 | 
					SOURCE_SUM_PRG=sha256sum
 | 
				
			||||||
SOURCE_FORMAT=tar.gz
 | 
					SOURCE_FORMAT=tar.gz
 | 
				
			||||||
SOURCE_IN_SUBDIR=true
 | 
					SOURCE_IN_SUBDIR=true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
        "en": "File sharing which allows to send encrypted files",
 | 
					        "en": "File sharing which allows to send encrypted files",
 | 
				
			||||||
        "fr": "Partage de fichiers qui permet d'envoyer des fichiers chiffrés"
 | 
					        "fr": "Partage de fichiers qui permet d'envoyer des fichiers chiffrés"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "version": "3.4.14~ynh1",
 | 
					    "version": "3.4.15~ynh1",
 | 
				
			||||||
    "url": "https://github.com/timvisee/send",
 | 
					    "url": "https://github.com/timvisee/send",
 | 
				
			||||||
    "upstream": {
 | 
					    "upstream": {
 | 
				
			||||||
        "license": "MPL-2.0",
 | 
					        "license": "MPL-2.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -35,8 +35,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
 | 
				
			|||||||
#=================================================
 | 
					#=================================================
 | 
				
			||||||
ynh_script_progression --message="Validating restoration parameters..." --weight=2
 | 
					ynh_script_progression --message="Validating restoration parameters..." --weight=2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test ! -d $final_path \
 | 
					test ! -d $final_path || ynh_die --message="There is already a directory: $final_path "
 | 
				
			||||||
	|| ynh_die --message="There is already a directory: $final_path "
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#=================================================
 | 
					#=================================================
 | 
				
			||||||
# STANDARD RESTORATION STEPS
 | 
					# STANDARD RESTORATION STEPS
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user