https://github.com/binhex/arch-libreoffice
Docker build script for Arch Linux base with LibreOffice Fresh
https://github.com/binhex/arch-libreoffice
arch-linux docker docker-image gui libreoffice libreoffice-fresh nodejs x-windows
Last synced: about 2 months ago
JSON representation
Docker build script for Arch Linux base with LibreOffice Fresh
- Host: GitHub
- URL: https://github.com/binhex/arch-libreoffice
- Owner: binhex
- License: gpl-3.0
- Created: 2017-10-24T12:21:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T15:20:46.000Z (about 1 year ago)
- Last Synced: 2024-10-12T18:58:19.418Z (about 1 year ago)
- Topics: arch-linux, docker, docker-image, gui, libreoffice, libreoffice-fresh, nodejs, x-windows
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Application
[LibreOffice Fresh](https://www.libreoffice.org/download/libreoffice-fresh/)
## Description
LibreOffice is a free and open source office suite, a project of The Document
Foundation. It was forked from OpenOffice.org in 2010, which was an open-sourced
version of the earlier StarOffice. The LibreOffice suite comprises programs for
word processing, the creation and editing of spreadsheets, slideshows, diagrams
and drawings, working with databases, and composing mathematical formulae. It is
available in 110 languages.
## Build notes
Latest stable LibreOffice Fresh release from Arch Linux AOR.
## Usage
```bash
docker run -d \
-p 5900:5900 \
-p 6080:6080 \
--name= \
--security-opt seccomp=unconfined \
-v :/config \
-v :/data \
-v /etc/localtime:/etc/localtime:ro \
-e HTTPS_CERT_PATH= \
-e HTTPS_KEY_PATH= \
-e WEBPAGE_TITLE= \
-e VNC_PASSWORD= \
-e ENABLE_STARTUP_SCRIPTS= \
-e HEALTHCHECK_COMMAND= \
-e HEALTHCHECK_ACTION= \
-e HEALTHCHECK_HOSTNAME= \
-e UMASK= \
-e WEBUI_PORT= \
-e PUID= \
-e PGID= \
binhex/arch-libreoffice
```
Please replace all user variables in the above command defined by <> with the
correct values.
## Example
```bash
docker run -d \
-p 5900:5900 \
-p 6080:6080 \
--name=libreoffice \
--security-opt seccomp=unconfined \
-v /apps/docker/libreoffice:/config \
-v /apps/docker/libreoffice/projects:/data \
-v /etc/localtime:/etc/localtime:ro \
-e WEBPAGE_TITLE=Tower \
-e VNC_PASSWORD=mypassword \
-e ENABLE_STARTUP_SCRIPTS=yes \
-e UMASK=000 \
-e WEBUI_PORT=6080 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-libreoffice
```
## Access via web interface (noVNC)
`http://:/vnc.html?resize=remote&host=&port=&&autoconnect=1`
e.g.:-
`http://192.168.1.10:6080/vnc.html?resize=remote&host=192.168.1.10&port=6080&&autoconnect=1`
## Access via VNC client
`::`
e.g.:-
`192.168.1.10::5900`
## Notes
`ENABLE_STARTUP_SCRIPTS` when set to `yes` will allow a user to install
additional packages from the official Arch Repository or the Arch User
Repository (AUR) via scripts located in the folder `/config/home/scripts/`. A
sample script is located at `/config/home/scripts/example-startup-script.sh`
with comments to guide the user on script creation.
User ID (PUID) and Group ID (PGID) can be found by issuing the following command
for the user you want to run the container as:-
```bash
id
```
___
If you appreciate my work, then please consider buying me a beer :D
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.lime-technology.com/topic/61110-support-binhex-libreoffice-fresh/)