Only as a last resort. First check if the form can be submitted with the Online Nyomtatványkitöltő Alkalmazás. (Yes, the KATA form can be submitted there.)
To determine if the form you would like to use is available to be submitted via the ONYA, look up the form at the NAV website:


We will only accept a merge request for a new ÁNYK form which cannot be submitted with ONYA or with MO.
Docker files for ÁNYK.
Built on https://github.com/linuxserver/docker-rdesktop.
DockerHub: https://hub.docker.com/r/reisingeradam/anyk.
The ubuntu multiplatform (amd64, arm64) images are available with 3 different desktop environments (Xfce, KDE and MATE) with the following image tags in the reisingeradam/anyk DockerHub repository:
Run the following command: docker run -p 3390:3389 reisingeradam/anyk:base-ubuntu-xfce or docker run -p 3390:3389 reisingeradam/anyk:nav25hipak-ubuntu-xfce.
Or if you have a .xml file to import into the ÁNYK: docker run -p 3390:3389 -v "<absolute path to the xml file>:/config/<file name>" reisingeradam/anyk:nav25hipak-ubuntu-xfce.
With this the XML will be in the root home directory.
Connect with a remote desktop app to localhost:3390 (the port may be changed in the docker run command or in the docker-compose.yml).
User/password: abc/abc.
In some cases an extra parameter is needed to properly run the container, see https://github.com/Res42/anyk-docker/issues/98.
The example commands with this new parameter: docker run -p 3390:3389 --security-opt seccomp=unconfined reisingeradam/anyk:base-ubuntu-xfce or docker run -p 3390:3389 --security-opt seccomp=unconfined reisingeradam/anyk:nav25hipak-ubuntu-xfce.
Content type
Image
Digest
sha256:7c0c63012…
Size
1 GB
Last updated
29 days ago
docker pull reisingeradam/anyk:nav23hipak-ubuntu-mate