How we setup self-hosted wiki called Outline in Zerops

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Outline

    The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.

    project: name: outline-wiki tags: - wiki services: - hostname: wiki buildFromGit: https://github.com/outline/outline pipelineConfig: wiki: build: base: [ nodejs@16 ] build: - yarn install --frozen-lockfile - yarn build - yarn sequelize db:create --env=production-ssl-disabled || true #skip creating db if already created - yarn sequelize db:migrate --env=production-ssl-disabled deploy: [ . ] cache: [ node_modules ] run: init: - zcli bucket s3 create s3 outline --x-amz-acl=private start: yarn start type: nodejs@16 enableSubdomain: true envVariables: AWS_ACCESS_KEY_ID: ${s3_accessKeyId} AWS_REGION: us-east-1 AWS_S3_UPLOAD_BUCKET_NAME: ${s3_serviceId|lower}.outline AWS_S3_UPLOAD_BUCKET_URL: https://zerops-usc1.contabostorage.com AWS_SECRET_ACCESS_KEY: ${s3_secretAccessKey} DATABASE_URL: postgres://db:${db_password}@db:5432/outline DATABASE_URL_TEST: postgres://db:${db_password}@db:5432/outline-test PGSSLMODE: disable REDIS_URL: redis://redis:6379 SECRET_KEY: UTILS_SECRET: SLACK_CLIENT_ID: SLACK_CLIENT_SECRET: URL: ${zeropsSubdomain} ports: - port: 3000 httpSupport: true verticalAutoscaling: minVCpu: 1 maxVCpu: 20 minRam: 1.25 maxRam: 32 minDisk: 1 maxDisk: 100 minContainers: 1 maxContainers: 4 priority: 5 - hostname: s3 type: object-storage objectStorageSize: 2 priority: 10 - hostname: redis type: keydb@6 mode: NON_HA priority: 10 - hostname: db type: postgresql@12 mode: HA priority: 10

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts