Zainstaluj Steam
zaloguj się
|
język
简体中文 (chiński uproszczony)
繁體中文 (chiński tradycyjny)
日本語 (japoński)
한국어 (koreański)
ไทย (tajski)
български (bułgarski)
Čeština (czeski)
Dansk (duński)
Deutsch (niemiecki)
English (angielski)
Español – España (hiszpański)
Español – Latinoamérica (hiszpański latynoamerykański)
Ελληνικά (grecki)
Français (francuski)
Italiano (włoski)
Bahasa Indonesia (indonezyjski)
Magyar (węgierski)
Nederlands (niderlandzki)
Norsk (norweski)
Português (portugalski – Portugalia)
Português – Brasil (portugalski brazylijski)
Română (rumuński)
Русский (rosyjski)
Suomi (fiński)
Svenska (szwedzki)
Türkçe (turecki)
Tiếng Việt (wietnamski)
Українська (ukraiński)
Zgłoś problem z tłumaczeniem
At least the docker logs are showing that archi is running, but i have no clue how to assign the directory to load the config from.
In Unraid configs for individual dockers are put into /mnt/user/appdata/DOCKER but how do i tell archi to look there?
tried to add extra parameter: -v /mnt/user/appdata/asf:/app/config to the docker template through Unraid config but it doesnt seem to work as expected
IPC doesnt seem to work out of the box ...
any advise would be helpful!
now the log shows that i have to supply the 2fa code for my accounts, but i can't input anything as it is running in the background.
Wonder how to solve this? ^^
If you've decided to make your life that hard and use ASF inside docker container then it's assumed that you have enough of knowledge about docker in the first place. This is not casual setup. We can help with ASF and answer ASF questions, but setup-related ones are out of the scope (and out of our knowledge because we simply don't use it).
here are the files i have access to by the asf docker console
well all the other dockers im using are click'n'play (with ready to use Web or VNC interface), isnt that one of the main points of using a docker? having a VM ready to use without all the hassle?
otherwise it would be much more complicated for me: it would mean running asf directly on unraid os, or which is the easiest way in a VM with windows 10 (well i'd still prefer docker size of 50 MB instead of an installation of 15 GB ;-).
btw i was asking for someone that could help me and also maybe got own experiences with UnraidOS (which is one of the most popular Home Server and Home Storage Solutions).
i really dont want to bother you as a dev with this.
The main point of having ASF in docker container is separation from the main OS and running it as a persistent service, not a desktop usage which is normally achieved without doing so. Either you want to use ASF as a desktop app (in which case you shouldn't use docker container) or you want to use ASF as a server/system service (in which case you should access it through IPC API and console output). If you're doing the second then you should be well aware how docker network works and how to connect to containers from host OS, in which case the only info you need to know is 1242/tcp exposed port that is declared in the container and IPC.config (V3.4+) or IPCPrefixes (otherwise) binding IPC to non-loopback interface.
Im pretty sure we are living on the same planet ;-)
I just have some problems to get it started, maybe its not much different with any other OS. I'll try to get connected to initially set it up.
Am i right that i should now use my servers ip in the custom IPC.config to get access to the docker by any client? i.e.: change "Url": "http://127.0.0.1:1242" with the one of my server?
btw: im not the only one with that problem X)
https://steamcommunity.com/groups/archiasf/discussions/1/1488861734121545496/
Aftewards you should be able to do curl http://localhost:1242/Api/ASF without problems, and from there you can already help yourself I guess. Of course this assumes that you did what you were told in the article and properly redirected ASF ports.
But Teklo was able to help me a lot, thnx!