diff --git a/technologies/app/firefox/firefox.png b/technologies/app/firefox/firefox.png new file mode 100644 index 0000000..170bed5 Binary files /dev/null and b/technologies/app/firefox/firefox.png differ diff --git a/technologies/app/firefox/metadata.yml b/technologies/app/firefox/metadata.yml new file mode 100644 index 0000000..1f7a21e --- /dev/null +++ b/technologies/app/firefox/metadata.yml @@ -0,0 +1,27 @@ +version: v1 +type: APP +id: firefox +label: Firefox +baseline: "Firefox is a free and open source web browser developed by the Mozilla Foundation. + It can be used on Saagie to explore the internal network of the platform, + for example apps not handling correctly the Saagie subdomain." +description: "Firefox is a free and open source web browser developed by the Mozilla Foundation. + It can be used on Saagie to explore the internal network of the platform, + for example apps not handling correctly the Saagie subdomain." +available: true +iconPath: firefox.png +customFlags: [] +contexts: + - id: firefox-0.24.04 + label: Firefox 0.24.04 + releaseNotes: "" + available: true + trustLevel: stable + ports: + - port: 3000 + name: Browser + basePath: SUBFOLDER + rewriteUrl: false + dockerInfo: + image: linuxserver/firefox + version: "0.24.04" \ No newline at end of file diff --git a/version.properties b/version.properties index e14b6b1..6e6d3e4 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ -version.buildmeta= +version.buildmeta=feature/firefox version.major=0 version.minor=96 version.patch=0 -version.prerelease= -version.semver=0.96.0 +version.prerelease=BETA +version.semver=0.96.0-BETA+feature/firefox