Sign inSign up

bertlorenz/gnucash-novnc

By bertlorenz

•Updated about 8 years ago

gnucash with noVNC - perfect for NAS

Image
1

10K+

bertlorenz/gnucash-novnc repository overview

⁠docker-gnucash-novnc

⁠Idea

create a gnucash docker image with novnc. also some first playground with docker and github

⁠How to

⁠Run

Start the container via

docker run -td \
	-v </your/local/volume>:/var/gnucash \
	-p 6080:6080 \
	-e LOCALE=<your_LOCALE> \
	-e FILE=<your_gnucash_file> \
	-e VNC_PASS=<your_password> \
	bertlorenz/gnucash-novnc:<tag>

Then access via http://localhost:6080⁠. Default Password is gnucash

⁠Locales

The following locales are preinstalled

  • de_DE
  • en_US
  • en_GB

If using any other locale (such as fr_FR), it will be generated on startup which could increase the startup time.

⁠Credits

Got help from the following Repos / links

⁠Docker

https://github.com/paimpozhil/docker-novnc⁠

https://github.com/Kaixhin/dockerfiles/tree/master/vnc⁠

https://github.com/potz/docker-gnucash⁠

⁠Gnucash

https://wiki.gnucash.org/wiki/Locale_Settings⁠

https://wiki.gnucash.org/wiki/Building#Ubuntu_14.04_LTS_.28Trusty_Tahr.29⁠

Tag summary

Content type

Image

Digest

Size

427.7 MB

Last updated

about 8 years ago

docker pull bertlorenz/gnucash-novnc