Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant install , image not available #14

Open
st-ivan opened this issue Sep 18, 2024 · 4 comments
Open

cant install , image not available #14

st-ivan opened this issue Sep 18, 2024 · 4 comments

Comments

@st-ivan
Copy link

st-ivan commented Sep 18, 2024

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
Copy link
Owner

dreth commented Sep 18, 2024

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

docker compose up -d --build

@st-ivan
Copy link
Author

st-ivan commented Sep 18, 2024

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
Copy link
Author

st-ivan commented Sep 18, 2024

nevermind id just use sidestore

@dreth
Copy link
Owner

dreth commented Sep 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants