alnoda-workspaces/README.md

115 lines
3 KiB
Markdown
Raw Permalink Normal View History

2022-03-04 10:56:09 +13:00
<p align="center">
2023-07-06 03:37:48 +12:00
<img src="img/alnoda-red.svg" alt="Alnoda logo" width="100">
2022-02-02 03:52:18 +13:00
</p>
2021-07-31 00:18:29 +12:00
2023-07-30 19:43:42 +12:00
Open-source portable containerized workspaces. Isolate your work, make backups, copy, move between computers and cloud seamlessly.
🚀 __NOW WITH FREE CHAT GPT!__ 🚀
- 🔥 Have a full chat GPT in the workspace.
- 🔥 Free without registration required
- 🔥 __Works even offline!__
## Flexible
You can select preconfigured workspace [here](https://alnoda.org/registry/workspaces/) or make your own special workspace.
2023-07-06 03:37:48 +12:00
![demo](img/wrk-demo.gif)
2023-07-30 19:43:42 +12:00
How to make this (Dockerfile):
2022-02-02 05:20:55 +13:00
2023-07-06 03:36:02 +12:00
```
FROM alnoda/alnoda-workspace:latest
2023-07-06 03:36:02 +12:00
RUN wrk install openvscode
RUN wrk install kodexplorer
RUN wrk install cloud-commander
RUN wrk install zellij-ui
RUN wrk install mate-desktop
RUN wrk install jupyterlab
RUN wrk install r
RUN wrk install rstudio
RUN wrk install excalidraw
RUN wrk install vvvebjs
```
2023-07-06 03:36:02 +12:00
__*Create your own workspace choosing from hundreeds of applications in [Alnoda Hub](https://alnoda.org/)*__
2023-07-11 19:33:46 +12:00
## Alternatively
2023-07-06 03:36:02 +12:00
Start workspace:
```
docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/alnoda-workspace
```
open [localhost:8020](http://localhost:8020) in browser and then terminal
2023-07-06 03:43:24 +12:00
Install apps:
2023-07-06 03:36:02 +12:00
```
wrk install openvscode
wrk install kodexplorer
wrk install cloud-commander
wrk install zellij-ui
wrk install mate-desktop
wrk install jupyterlab
wrk install r
wrk install rstudio
wrk install excalidraw
wrk install vvvebjs
```
Restart workspace:
```
wrk kill
```
Ready to begin? Have a look at the [__*Getting Started Guide*__](https://docs.alnoda.org/get-started/launch-workspace/).
2021-07-31 00:18:29 +12:00
2023-07-30 19:43:42 +12:00
## Chat GPT
__*Need full chat GPT experience?*__
Open workspace termial and innstall GPT:
```
wrk install gpt
```
After installation has finished, reload terminal window, and open chat by executing `gpt` command in the terminal
```
gpt
```
__💡 NOTE:__ GPT is experimental feature! Currently it is supported only in alnoda workspace v.2
__❗ INFO:__ GPT is based on the Vicuna 7B model and only allowed for personal use.
2023-07-11 19:33:46 +12:00
## Sharing
2023-07-30 19:49:56 +12:00
Do you want to share any application of your workspace with your colleague?
✅ Code editor, IDE, termial, notebook - you can grant access to any of the workspace applications over the Internet.
One click, and your colleague will work together with you __*directly in your workspace running on your laptop!*__
2023-07-11 19:33:46 +12:00
2023-07-19 23:36:32 +12:00
## Self-hosting
2023-07-13 19:46:37 +12:00
Wnat to run it in cloud and work from anywhere and any device? Read [__here__](https://docs.alnoda.org/user-guide/cloud-deployment/server/)
- [Docker compose with https and authentication](https://github.com/bluxmit/wrk-compose)
- [Kubernetes Helm chart](https://github.com/bluxmit/alnoda-charts)
2022-05-24 08:24:46 +12:00
## Docs
Please visit our [**documentation website**](https://docs.alnoda.org)
2021-07-31 00:18:29 +12:00
2023-07-06 03:36:02 +12:00
## This repository
2021-07-31 00:18:29 +12:00
2023-07-06 03:36:02 +12:00
This repository houses a variety of workspaces with different selection of installed applications. These workspaces can serve as customized environments
for specific projects or serve as examples for reference.
2021-07-31 00:18:29 +12:00