diff --git a/.DS_Store b/.DS_Store index dff48db1c..3b8c75e3a 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index c4ef915c3..000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,37 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: circleci/node:9.11.1 - working_directory: ~/repo - steps: - - checkout - - add_ssh_keys: # add SSH key with write access - fingerprints: - - "02:d5:63:28:6b:94:5d:76:08:42:ab:1e:b2:b7:80:bb" - - "c4:87:62:5a:20:92:4e:14:e0:e0:59:4c:41:f3:43:55" - - restore_cache: - keys: - - yarn-packages-{{ checksum "yarn.lock" }} - - run: - name: Install dependencies - command: yarn install --frozen-lockfile - - run: - name: Publish update to GitHub - command: bash ./deploy.sh - - save_cache: - name: Save Yarn Package Cache - key: yarn-packages-{{ checksum "yarn.lock" }} - paths: - - ~/.cache/yarn - -workflows: - version: 2 - build-deploy: - jobs: - - build: - filters: - branches: - only: - - dev - - test \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index f9910f226..000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,35 +0,0 @@ - -name: Publish to GitHub Pages - -on: - push: - branches: - - dev - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2.3.4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. - with: - persist-credentials: false - - - name: Setup Node.js - uses: actions/setup-node@v1 - with: - # choose node.js version to use - node-version: '14' - - - name: Install and Build 🔧 # - run: | - yarn - yarn docs:build - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.7.1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: docs/.vuepress/dist # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 33652fd76..000000000 --- a/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -node_modules/ -# public/ -DS_Store -dist/ -dist-admin/ -npm-debug.log* -yarn-debug.log* -yarn-error.log* -test/unit/coverage -test/e2e/reports -selenium-debug.log -.env -.idea -docs/.vuepress/dist -.DS_Store \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 000000000..b14b64db4 --- /dev/null +++ b/404.html @@ -0,0 +1,32 @@ + + +
+ + +CloudLinux OS Admin is designed for shared hosting providers who want to flawlessly migrate their +big shared hosting customer to individual VPS with same CloudLinux features as on Shared hosting. +At the same time you will be able to separate such a user's websites if necessary and isolate them +with CageFS for efficient and extra security.
Also it may be suitable for a little server with less than 5 customers on it, but be careful, +there is no migration to Shared edition available.
Most of the features of CloudLinux OS Shared are available in this edition, with a small differences:
Note
The CloudLinux OS Admin plan does not include the NodeJS, Python and Ruby selectors as well as the MySQL Governor.
CloudLinux OS Admin installation process is the same as for CloudLinux Shared, +please forward to installation guide for the detailed instructions.
Note
The CloudLinux OS Admin can be installed and compatible only with AlmaLinux OS 8
CloudLinux OS Admin is very close to the regular CloudLinux Shared edition, which means that +99% of components described in this documentations are available for CloudLinux OS Admin.
The exclusions are:
The rest of the components are similar with CloudLinux OS Shared.
Q: Is it possible to convert my existing CloudLinux OS Shared server into CloudLinux OS Admin?
+A: No, only fresh installation is possible.
Q: Is Centralized Monitoring supported on CloudLinux OS Admin?
+A: No, Centralized Monitoring only works with CloudLinux OS Shared Pro license.