diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2c932a9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file diff --git a/README.md b/README.md index 78f4753..d9e1b34 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,7 @@ This is the development home for the [Cyberduck](https://github.com/iterate-ch/c ## Requirements ```commandline -pip install 'pelican<4.0.0' -pip install 'fabric<2.0' -pip install minify -pip install pelican-minify +pip install -r requirements.txt ``` ## Build diff --git a/content/pages/protocols/azure.html b/content/pages/protocols/azure.html index 06c2945..32e338a 100644 --- a/content/pages/protocols/azure.html +++ b/content/pages/protocols/azure.html @@ -29,7 +29,7 @@
- Download + Download Azure (Shared Access Signature Token) connection profile for preconfigured settings
diff --git a/content/pages/protocols/hubic.html b/content/pages/protocols/hubic.html index 169c467..8f8995e 100644 --- a/content/pages/protocols/hubic.html +++ b/content/pages/protocols/hubic.html @@ -34,7 +34,7 @@- Download + Download connection profile
diff --git a/content/pages/protocols/onedrive.html b/content/pages/protocols/onedrive.html index c988f0e..c2cd5e3 100644 --- a/content/pages/protocols/onedrive.html +++ b/content/pages/protocols/onedrive.html @@ -98,7 +98,7 @@
- Download + Download Microsoft 365 Deutschland OneDrive profile for preconfigured settings
diff --git a/content/pages/protocols/openstack.html b/content/pages/protocols/openstack.html index b3a2c06..347bc36 100644 --- a/content/pages/protocols/openstack.html +++ b/content/pages/protocols/openstack.html @@ -145,7 +145,7 @@- Download + Download Rackspace Cloud Files UK (LON region) connection profile
@@ -176,7 +176,7 @@- Download + Download connection profile
- Download + Download connection profile
@@ -240,12 +240,12 @@
- Download + Download connection profile
- Download + Download connection profile
@@ -295,7 +295,7 @@
- Download + Download connection profile
@@ -375,7 +375,7 @@
- Download + Download connection profile
@@ -402,7 +402,7 @@
- Download + Download connection profile
diff --git a/content/pages/protocols/s3.html b/content/pages/protocols/s3.html index e23694b..c05b69a 100644 --- a/content/pages/protocols/s3.html +++ b/content/pages/protocols/s3.html @@ -29,7 +29,7 @@
- Download + Download AWS China (Beijing) connection profile for preconfigured settings
- Download + Download AWS China (Ningxia) connection profile for preconfigured settings
@@ -73,12 +73,12 @@- Download + Download S3 GovCloud (US-East) connection profile for preconfigured settings
- Download + Download S3 GovCloud (US-West) connection profile for preconfigured settings
@@ -87,7 +87,7 @@@@ -262,7 +262,7 @@
- Download + Download connection profile
@@ -288,22 +288,22 @@
- Download + Download connection profile (Region NYC3)
- Download + Download connection profile (Region AMS3)
- Download + Download connection profile (Region SGP1)
- Download + Download connection profile (Region SFO2)
@@ -337,7 +337,7 @@
- Download + Download connection profile
@@ -367,7 +367,7 @@
- Download + Download connection profile
@@ -399,12 +399,12 @@
- Download + Download connection profile (Region NL-AMS)
- Download + Download connection profile (Region FR-PAR)
@@ -457,17 +457,17 @@
- Download + Download connection profile
@@ -518,7 +518,7 @@
- Download + Download connection profile
diff --git a/content/pages/protocols/spectra.html b/content/pages/protocols/spectra.html index b7894d3..cd3808d 100644 --- a/content/pages/protocols/spectra.html +++ b/content/pages/protocols/spectra.html @@ -22,12 +22,12 @@
- Download + Download Spectra S3 (HTTPS) connection profile
- Download + Download Spectra S3 (HTTP) connection profile
diff --git a/content/pages/protocols/triton.html b/content/pages/protocols/triton.html index 337a2fd..f0e9cd4 100644 --- a/content/pages/protocols/triton.html +++ b/content/pages/protocols/triton.html @@ -41,7 +41,7 @@
- Download + Download Joyent Triton Object Storage (us-east) connection profile
- Download + Download connection profile
@@ -157,7 +157,7 @@
- Download + Download connection profile
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a84341c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +Fabric==1.15.0 +pelican==4.10.2 +pelican-minify==2.0.0