diff --git a/LICENSE b/LICENSE index d7fc866..a009639 100644 --- a/LICENSE +++ b/LICENSE @@ -1,22 +1,21 @@ -Copyright (c) 2019-2020 Analythium Solutions Inc. +MIT License -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: +Copyright (c) 2020 Analythium Solutions Inc. -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/digitalocean/application.yml b/digitalocean/application.yml deleted file mode 100644 index 88e4e72..0000000 --- a/digitalocean/application.yml +++ /dev/null @@ -1,56 +0,0 @@ -proxy: - title: Open Analytics Shiny Proxy by Analythium - logo-url: https://hub.analythium.io/assets/logo/logo.png - landing-page: / - favicon-path: favicon.ico - heartbeat-rate: 10000 - heartbeat-timeout: 600000 - port: 8080 - authentication: simple - admin-groups: admins - # Example: 'simple' authentication configuration - users: - - name: admin - password: password - groups: admins - - name: user - password: password - groups: users - # Docker configuration - docker: - cert-path: /home/none - url: http://localhost:2375 - port-range-start: 20000 - specs: - - id: 01_hello - display-name: Hello Shiny App - description: A simple reactive histogram - container-cmd: ["R", "-e", "shiny::runApp('/root/app')"] - container-image: registry.gitlab.com/analythium/shinyproxy-hello/hello:latest - logo-url: https://github.com/analythium/shinyproxy-1-click/raw/master/digitalocean/images/app-hist.png - access-groups: [admins, users] - - id: 02_hello - display-name: Demo Shiny App - description: App with sliders and large file upload - container-cmd: ["R", "-e", "shiny::runApp('/root/app')"] - container-image: analythium/shinyproxy-demo:latest - logo-url: https://github.com/analythium/shinyproxy-1-click/raw/master/digitalocean/images/app-dots.png - access-groups: [admins] - - id: dash-demo - display-name: Dash Demo Application - description: Explore life expectancy and GDP by countries - port: 8050 - container-cmd: ["python", "app.py"] - container-image: openanalytics/shinyproxy-dash-demo:latest - logo-url: https://github.com/analythium/shinyproxy-1-click/raw/master/digitalocean/images/app-dash-py.png - access-groups: [admins, users] - -logging: - file: - shinyproxy.log - -spring: - servlet: - multipart: - max-file-size: 200MB - max-request-size: 200MB diff --git a/digitalocean/marketplace-2.3.0.md b/digitalocean/archive/marketplace-2.3.0.md similarity index 100% rename from digitalocean/marketplace-2.3.0.md rename to digitalocean/archive/marketplace-2.3.0.md diff --git a/digitalocean/marketplace-2.3.1.md b/digitalocean/archive/marketplace-2.3.1.md similarity index 100% rename from digitalocean/marketplace-2.3.1.md rename to digitalocean/archive/marketplace-2.3.1.md diff --git a/digitalocean/marketplace-2.4.0.md b/digitalocean/archive/marketplace-2.4.0.md similarity index 100% rename from digitalocean/marketplace-2.4.0.md rename to digitalocean/archive/marketplace-2.4.0.md