3kh0/DesktopOnCodespaces

[BUG] <the original repo is currently down>

BreadGhoti opened this issue · 16 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

so you may need to update the easy install code so it uses this repo instead of the one it was cloned from

Expected Behavior

just change the code

Steps To Reproduce

no error

Environment

no

Docker creation

nono

Container logs

no

Mollom please i need help

as a temporary workaround you can execute those commands:

git clone https://github.com/3kh0/DesktopOnCodespaces
cd DesktopOnCodespaces
pip install textual
sleep 2
python3 installer.py
docker build -t desktoponcodespaces . --no-cache
cd ..

sudo apt update
sudo apt install -y jq

mkdir Save
cp -r DesktopOnCodespaces/root/config/* Save

json_file="DesktopOnCodespaces/options.json"
if jq ".enablekvm" "$json_file" | grep -q true; then
    docker run -d --name=DesktopOnCodespaces -e PUID=1000 -e PGID=1000 --device=/dev/kvm --security-opt seccomp=unconfined -e TZ=Etc/UTC -e SUBFOLDER=/ -e TITLE=GamingOnCodespaces -p 3000:3000 --shm-size="2gb" -v $(pwd)/Save:/config --restart unless-stopped desktoponcodespaces
else
    docker run -d --name=DesktopOnCodespaces -e PUID=1000 -e PGID=1000 --security-opt seccomp=unconfined -e TZ=Etc/UTC -e SUBFOLDER=/ -e TITLE=GamingOnCodespaces -p 3000:3000 --shm-size="2gb" -v $(pwd)/Save:/config --restart unless-stopped desktoponcodespaces
fi
echo "‐-----------------------------"
echo "INSTALL FINISHED! Check Port Tab"

omg tysm

but my ports wont open what can i do about that?

my ports won't open why do you think that is?

my ports won't open why do you think that is?

can you try to do :

docker ps

sure

i get this CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

try reinstalling entierly

try reinstalling entierly

@Mollomm1 can you explain that? im on gitpod btw

@Mollomm1 i found a temporary workaround