mirror of
				https://github.com/drakkan/sftpgo.git
				synced 2025-10-30 23:27:45 +02:00 
			
		
		
		
	| @@ -3,17 +3,17 @@ | ||||
| <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> | ||||
| 	<metadata> | ||||
| 		<id>sftpgo</id> | ||||
| 		<version>2.6.6</version> | ||||
| 		<version>2.7.0</version> | ||||
| 		<packageSourceUrl>https://github.com/drakkan/sftpgo/tree/main/pkgs/choco</packageSourceUrl> | ||||
| 		<owners>asheroto</owners> | ||||
| 		<title>SFTPGo</title> | ||||
| 		<authors>Nicola Murino</authors> | ||||
| 		<projectUrl>https://sftpgo.com</projectUrl> | ||||
| 		<iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.6/static/img/logo.png</iconUrl> | ||||
| 		<iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.7.0/static/img/logo.png</iconUrl> | ||||
| 		<licenseUrl>https://github.com/drakkan/sftpgo/blob/main/LICENSE</licenseUrl> | ||||
| 		<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||||
| 		<projectSourceUrl>https://github.com/drakkan/sftpgo</projectSourceUrl> | ||||
| 		<docsUrl>https://docs.sftpgo.com/2.6/</docsUrl> | ||||
| 		<docsUrl>https://docs.sftpgo.com/2.7/</docsUrl> | ||||
| 		<bugTrackerUrl>https://github.com/drakkan/sftpgo/issues</bugTrackerUrl> | ||||
| 		<tags>sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication</tags> | ||||
| 		<summary>Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV.</summary> | ||||
| @@ -31,8 +31,8 @@ You can find more info [here](https://docs.sftpgo.com/2.6/). | ||||
| ### Notes | ||||
|  | ||||
| * This package installs SFTPGo as Windows Service. | ||||
| * After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/).</description> | ||||
| 		<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.6</releaseNotes> | ||||
| * After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.7/initial-configuration/).</description> | ||||
| 		<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.7.0</releaseNotes> | ||||
| 	</metadata> | ||||
| 	<files> | ||||
| 		<file src="**" exclude="**\*.md;**\icon.png;**\icon.jpg;**\icon.svg" /> | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| $ErrorActionPreference  = 'Stop' | ||||
| $packageName    = 'sftpgo' | ||||
| $softwareName   = 'SFTPGo' | ||||
| $url            = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.6/sftpgo_v2.6.6_windows_x86_64.exe' | ||||
| $checksum       = '42FD81261F8472E67DA18206EF96050329D156B745AC5F9FF1CA31DD3EE9114C' | ||||
| $url            = 'https://github.com/drakkan/sftpgo/releases/download/v2.7.0/sftpgo_v2.7.0_windows_x86_64.exe' | ||||
| $checksum       = 'E091845514444E93F7FD4C89888E418FCEEC5A38D7D7FE7DA7A8F8B65D36E51F' | ||||
| $silentArgs     = '/VERYSILENT' | ||||
| $validExitCodes = @(0) | ||||
|  | ||||
|   | ||||
| @@ -1,3 +1,9 @@ | ||||
| sftpgo (2.7.0-1ppa1) bionic; urgency=medium | ||||
|  | ||||
|   * New upstream release | ||||
|  | ||||
|  -- Nicola Murino <nicola.murino@gmail.com>  Thu, 23 Oct 2025 20:05:08 +0200 | ||||
|  | ||||
| sftpgo (2.6.6-1ppa1) bionic; urgency=medium | ||||
|  | ||||
|   * New upstream release | ||||
|   | ||||
| @@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json | ||||
|      "ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory", | ||||
|      "renew_days": 30, | ||||
|      "http01_challenge": { | ||||
| @@ -201,7 +201,7 @@ | ||||
| @@ -198,7 +198,7 @@ | ||||
|    }, | ||||
|    "data_provider": { | ||||
|      "driver": "sqlite", | ||||
| @@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json | ||||
|      "host": "", | ||||
|      "port": 0, | ||||
|      "username": "", | ||||
| @@ -217,7 +217,7 @@ | ||||
| @@ -214,7 +214,7 @@ | ||||
|      "track_quota": 2, | ||||
|      "delayed_quota_update": 0, | ||||
|      "pool_size": 0, | ||||
| @@ -29,7 +29,7 @@ Index: sftpgo/sftpgo.json | ||||
|      "actions": { | ||||
|        "execute_on": [], | ||||
|        "execute_for": [], | ||||
| @@ -259,7 +259,7 @@ | ||||
| @@ -256,7 +256,7 @@ | ||||
|        "port": 0, | ||||
|        "proto": "http" | ||||
|      }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user