Giter Club home page Giter Club logo

alnoda-workspaces's Introduction

Alnoda logo

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 or make your own special workspace.

demo

How to make this (Dockerfile):

FROM alnoda/alnoda-workspace:latest

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

Create your own workspace choosing from hundreeds of applications in Alnoda Hub

Alternatively

Start workspace:

docker run --name space-1 -d -p 8020-8040:8020-8040 --restart=always alnoda/alnoda-workspace

open localhost:8020 in browser and then terminal

Install apps:

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.

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.

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 applications over the Internet.

One click, and your colleague will work together with you directly in your workspace running on your laptop!

Self-hosting

Wnat to run it in cloud and work from anywhere and any device? Read here

Docs

Please visit our documentation website

This repository

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.

alnoda-workspaces's People

Contributors

bluxmit avatar carambula84 avatar jpfonseca avatar kidd avatar mikecantcode avatar xhs345 avatar yardenshoham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alnoda-workspaces's Issues

Codeserver-Workspace error dockerfile

Hello,

I like your work. I am curently changing the OS base by debian:stable-slim.

I open this issue to informe you of this error:

failed to solve with frontend dockerfile.v0: failed to create LLB definition: dockerfile parse error line 39: unknown instruction: &&

You forgot this \ at the end of the line ^^.

image

Kind regards,

email verification step

I've been stuck on this (below) for the whole weekend. Of course nothing did appear on the commercial/spam directory.

image

backspace key doesnt seem to work in the terminal with zsh

I have verified this problem with safari, chrome, and edge. Mac OS backspace key doesnt work in the terminal app, it seems to advance the cursor like a space key. Delete key displays a ~ when pressed. When you hit enter it seems to work as intended just doesnt display correctly. This problem only occurs with the default zsh configuration. switching to bash seems to fix the issue immediately as a work around. I am hoping someone out there knows of a fix.

Just want to say, love the ansible-terraform-workspace. Thank you for putting this together. Also, I would love a persistent method to set a default ansible inventory file?

Can you add ansible awx to docker container?

I think what you did was great as I was spending a lot of time reinstalling these tools. Is it possible to add AWS AWX to the container. Jenkins would be nice as well or gitlab. I know you hide secrets with ansible vault but it so much easier with awx.

Gitpodify so folks can run this remotely with 1 click

Really cool repo! I might suggest adding a .gitpod.yml file and adding a gitpod link so folks can run this workspace in their browser with 1 click.

for extra credit, do prebuilds!

See https://gitpod.io/docs for details. You can check some of my repos where Iโ€™ve used gitpod (chuck-alt-delete or chuck-confluent usernames).

copying my local ssh into a running instance

I am very new to docker. Can someone help explain how I can copy local ssh key into a running instance of this. I intend to simulate several instance of VM to practice ansible

Change localhost link to be IP of container

Is it possible to change the localhost link for each workspace to be the IP of the container instead?
I run this on my home server, not my local machine so the link to localhost, while not a problem, is just a little annoying. :-)

sudo creds requested

Is it possible to be provided with the credentials for the abc account that is being referenced. I would like to be able to create additional users. Checked the documentation and didnt see and instructions for the sudo password for the abc user.

also receiving this error when attempting to create a remote instance:

19:32:44 with abc in ~/utils took 27s โžœ python remote.py --workspace="base-workspace" --port="8020" --host="89.89.89.89" --user="Test" --password="test123"
Traceback (most recent call last):
File "remote.py", line 8, in
import yaml
ModuleNotFoundError: No module named 'yaml'

What is password for abc?

I need to sudo -i to write files

02:57:20 with abc in ~p took 8m 35s โœฆ โžœ sudo vi /etc/ansible/hosts
[sudo] password for abc:
Sorry, try again.
[sudo] password for abc:
Sorry, try again.
[sudo] password for abc:

ttyd, mc, and htop fail to start in ide-workspace and terraform-ansible

Midnight Commander, htop, and the terminal are not launching with the app. Checking docker logs shows:

2022-05-15 01:38:35,592 INFO exited: htop (exit status 2; not expected)
2022-05-15 01:38:35,592 INFO exited: mc (exit status 2; not expected)
2022-05-15 01:38:35,593 INFO exited: ttyd (exit status 2; not expected)

shortly after they started.

I have only tried those two workspaces for now and I know terraform is built on top of the ide one.
Connecting to the container lets me run mc and htop, but ttyd gives me a bash: /usr/bin/ttyd: cannot execute binary file: Exec format error and looking at the dockerfile it looks like you used the arm64 version for ttyd. (line 126 in ubuntu18, and 129 in ubuntu20 dockerfiles)

I downloaded ttyd.x86_64 and dumped it in the container replacing the existing one, and now it works. So you might want to update the dockerfile if it was meant to be the x86_64 version.

wrk install issue - behind proxy?

I've been using your wonderful ws for 1yr at work, as well as for personal projects, but this is the very first time I try out the wrk install coommand to try out couple Apps. I get, for any app, the following error:

11:39:18 with abc in ~p โžœ docker
zsh: command not found: docker
11:39:22 with abc in ~p โžœ wrk install docker==24.0.4-isolate
๐Ÿ›‘ App or app version not found
11:39:46 with abc in ~p โžœ wrk install gpt                   
๐Ÿ›‘ App or app version not found

This error ๐Ÿ›‘ App or app version not found seems to me related to proxy issues, probably, since I experience it when I run the above comamnd from my company workstation and not from home. Is there the possibility to pass the wrk install command the proxy settings?

Within my workspace, all the corresponding environments variable are properly configured:

11:43:44 with abc in ~p โžœ env | grep -i proxy                  
HTTPS_PROXY=http://xxx.xx.xxx.xx:8080
no_proxy=xxx.xx.xxx.xx
NO_PROXY=xxx.xx.xxx.xx
https_proxy=http://xxx.xx.xxx.xx:8080
http_proxy=http://xxx.xx.xxx.xx:8080
HTTP_PROXY=http://xxx.xx.xxx.xx:8080

Wouldn't be a good idea to redirect stderr to stdout too once the installation script is ran?

Workspace UI doesn't work due to mkdocs failing

Note: I am running on a Mac with M1 chip.

Running the below:

docker run --name space-1 -d -p 8020-8035:8020-8035 alnoda/python-workspace

and navigating to http://localhost:8020/ I see the following.

image

I see the following in the container logs

2022-01-13 09:35:09,118 INFO success: mkdocs entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-13 09:35:11,024 INFO exited: mkdocs (exit status 1; not expected)
2022-01-13 09:35:11,403 INFO spawned: 'mkdocs' with pid 269
2022-01-13 09:35:12,712 INFO success: mkdocs entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-13 09:35:16,225 INFO exited: mkdocs (exit status 1; not expected)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.