Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New App - Livebook #614

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions Apps/Livebook/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
name: livebook
services:
livebook:
container_name: livebook
image: ghcr.io/livebook-dev/livebook:0.14.5
deploy:
resources:
reservations:
memory: 512M
network_mode: bridge
restart: unless-stopped
environment:
- LIVEBOOK_PORT=8090
- LIVEBOOK_IFRAME_PORT=8091
- LIVEBOOK_DEBUG=true
- LIVEBOOK_PASSWORD=casaos_securepass
ports:
- target: 8090
published: "8090"
protocol: tcp
- target: 8091
published: "8091"
protocol: tcp
volumes:
- type: bind
source: /DATA/AppData/$AppID
target: /data
x-casaos:
envs:
- container: LIVEBOOK_PORT
description:
en_us: "Sets the port Livebook runs on."
- container: LIVEBOOK_IFRAME_PORT
description:
en_us: "When accessing Livebook over http:// and from https://livebookusercontent.com when accessing over https://."
- container: LIVEBOOK_DEBUG
description:
en_us: "Enables verbose logging, when set to true"
- container: LIVEBOOK_PASSWORD
description:
en_us: "Sets a password that must be used to access Livebook. Must be at least 12 characters. Defaults to token authentication"
ports:
- container: "8090"
description:
en_us: WebUi
- container: "8091"
description:
en_us: ""
volumes:
- container: /data
description:
en_us: Livebook directory
x-casaos:
architectures:
- amd64
- arm
- arm64
main: livebook
author: sebas1012
category: Developer
developer: sebas1012
icon: https://cdn.jsdelivr.net/gh/Sebas1012/CasaOS-AppStore@main/Apps/Livebook/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/Sebas1012/CasaOS-AppStore@main/Apps/Livebook/screenshot-1.png
- https://cdn.jsdelivr.net/gh/Sebas1012/CasaOS-AppStore@main/Apps/Livebook/screenshot-2.png
- https://cdn.jsdelivr.net/gh/Sebas1012/CasaOS-AppStore@main/Apps/Livebook/screenshot-3.png
scheme: http
hostname: ""
port_map: "8090"
index: /
description:
en_us: |
Livebook is a web application for writing interactive and collaborative code notebooks.
tagline:
en_us: Livebook is a web application for writing interactive and collaborative code notebooks.
title:
en_us: Livebook
tips:
before_install:
en_us: |
Default password: `casaos_securepass`
Binary file added Apps/Livebook/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Livebook/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Livebook/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Livebook/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.