dreth / Altserver-docker

A dockerized version of AltServer-Linux with Wi-Fi sync capability.
GNU General Public License v3.0
38 stars 6 forks source link

cant install , image not available #14

Open st-ivan opened 3 weeks ago

st-ivan commented 3 weeks ago

when pulling docker image:

Error response from daemon: No such container: altserver Unable to find image 'altserver-docker:latest' locally docker: Error response from daemon: pull access denied for altserver-docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

dreth commented 3 weeks ago

You need to build the image, I suggest you use docker compose:

docker compose up -d --build
st-ivan commented 3 weeks ago

thanks fixed it by using docker login and my password not the token. Another question, how do i use it? configure it? I mean i have it installed and running, should i install altstore on the ios device and thats it? Will it refresh automatically? Do i need to refresh manually in altstore? What happens if it expires? just refresh the installation via docker exec -it altserver /altserver/bin/AltServer -u "" -a "" -p "" /altserver/bin/AltStore.ipa ?

sorry i never used altserver linux, i tried to use https://github.com/powenn/AltServer-LinuxGUI but it didnt open i guess it didnt detect that altserver was running on a container.

st-ivan commented 3 weeks ago

nevermind id just use sidestore

dreth commented 3 weeks ago

yeah sidestore is a solid alternative

AltServer-LinuxGUI is unmaintained

after you install altstore on the device, you need to refresh by having altserver running and using an automation/shortcut on your phone to refresh periodically, when you're in the same wifi network as the device running altserver

but yeah you can just use sidestore too