Self Hosting Grist Using CasaOS & Zimaboard

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • How to self host Grist using Docker. Docker Compose file is included below along with the CasaOS 4.3 json file for installing Grist easily with CasaOS. Not sponsored, everything was purchased with my own money, these are just things I use and like.
    Links:
    Grist online service: www.getgrist.com/
    Grist Github: github.com/gri...
    CasaOS Github: github.com/Ice...
    Zimaboard: shop.zimaboard...
    Files Grist.yaml & Grist.json are available for download on Gumroad (enter $0 to download them for free or add a small amount as a "thank you" if my videos have been helpful):
    holidayeffects...
    ** NOTE **: The link to the Grist icon URL is too long to cut and paste so either follow the link and copy and paste the URL yourself or find the link to another Grist icon that is shorter
    = Grist.yaml File Contents (paste and save with a text editor like Notepad) =
    name: Grist
    services:
    grist:
    cpu_shares: 90
    container_name: grist
    deploy:
    resources:
    limits:
    memory: 7789M
    image: gristlabs/grist:latest
    labels:
    icon: community.getg...
    network_mode: bridge
    ports:
    - target: 8484
    published: "8484"
    protocol: tcp
    restart: unless-stopped
    volumes:
    - type: bind
    source: /DATA/AppData/Grist
    target: /persist
    devices: []
    cap_add: []
    command: []
    environment: []
    privileged: false
    x-casaos:
    author: self
    category: self
    hostname: ""
    icon: community.getg...
    index: /
    port_map: "8484"
    scheme: http
    store_app_id: Grist
    title:
    en_us: Grist
    =Grist.json File Contents (paste and save with a text editor like Notepad) =
    {"host":"","protocol":"http","port_map":"8484","cpu_shares":50,"restart":"always","label":"Grist","position":false,"index":"","icon":"community.getg...","network_model":"bridge","image":"gristlabs/grist:latest","description":"","origin":"custom","ports":[{"container":"8484","host":"8484","protocol":"tcp","desc":"","type":0}],"volumes":[{"container":"/persist","host":"/DATA/AppData/Grist","type":0,"desc":""}],"envs":[],"devices":[],"cap_add":[],"cmd":["/bin/sh","-c","./sandbox/run.sh"],"privileged":false,"host_name":"Grist","container_name":"Grist","appstore_id":0,"custom_id":"c87e6dcd-a2a9-4ca8-bd6f-50fa5af2fd98","enable_upnp":false,"version":"1.0"}

ความคิดเห็น • 1

  • @kevinkoosk
    @kevinkoosk 2 หลายเดือนก่อน

    A good video on self-hosting Grist. Well done.