alnoda-workspaces/README.md

87 lines
2.4 KiB
Markdown
Raw 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-10 01:11:37 +12:00
Open-source portable containerized browser-based development environments in Docker containers. You can create your own
custom workspace or customize any of the workspaces with your preferred stack of applications without knowing much of the Docker.
2023-07-06 03:37:48 +12:00
![demo](img/wrk-demo.gif)
2023-07-06 03:36:02 +12:00
How to make this:
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-11 19:33:46 +12:00
## Sharing
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
2023-07-11 19:39:08 +12:00
applications over the Internet. Your colleague only needs browser to work with you in your workspace running on your laptop!
2023-07-11 19:33:46 +12:00
2023-07-13 19:46:37 +12:00
## Selh-hosting
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
2022-05-24 08:35:21 +12:00
<p align="center">
<img src="img/stand_with_ukraine.png" alt="Ukraine" width="250">
</p>