Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 7.54 KB

File metadata and controls

56 lines (37 loc) · 7.54 KB

hu en

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:

  • if there is a button on the form's details page that says "Online Nyomtatványkitöltő Alkalmazásban (ONYA) is elérhető" the form should be submitted via the Online Nyomtatványkitöltő Alkalmazás.
    e.g.: form available at ONYA
  • if there is no such button the form can only be submitted via ÁNYK.
    e.g.: form available only for ÁNYK

We will only accept a merge request for a new ÁNYK form which cannot be submitted with ONYA or with MO.

anyk-docker

Docker files for ÁNYK.

Built on https://github.com/linuxserver/docker-rdesktop.

DockerHub: https://hub.docker.com/r/reisingeradam/anyk.

Docker images

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:

Description Xfce KDE MATE
ÁNYK base-ubuntu-xfce base-ubuntu-kde base-ubuntu-mate
ÁNYK and 20HIPA (Local business tax for 2020) nav20hipa-ubuntu-xfce nav20hipa-ubuntu-kde nav20hipa-ubuntu-mate
ÁNYK and 21HIPA (Local business tax for 2021) nav21hipa-ubuntu-xfce nav21hipa-ubuntu-kde nav21hipa-ubuntu-mate
ÁNYK and 22HIPAK (Local business tax for 2022) nav22hipak-ubuntu-xfce nav22hipak-ubuntu-kde nav22hipak-ubuntu-mate
ÁNYK and 23HIPAK (Local business tax for 2023) nav23hipak-ubuntu-xfce nav23hipak-ubuntu-kde nav23hipak-ubuntu-mate
ÁNYK and 24HIPAK (Local business tax for 2024) nav24hipak-ubuntu-xfce nav24hipak-ubuntu-kde nav24hipak-ubuntu-mate
ÁNYK and 25HIPAK (Local business tax for 2025) nav25hipak-ubuntu-xfce nav25hipak-ubuntu-kde nav25hipak-ubuntu-mate
ANYK and IGAZOL (Tax agency certificates) navigazol-ubuntu-xfce navigazol-ubuntu-kde navigazol-ubuntu-mate
ANYK and OEP-EGT-TAGALLAM (Form for a Hungarian citizen with a TAJ number who is an insured person in an EEA member state) Available online Removed -
ANYK and OEPEUCARD (European Health Insurance Card) Available online Removed -

How to use

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.

seccomp config

In some cases an extra parameter is needed to properly run the container, see #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.