gerbera/README.SUSE
Paolo Stivanin 847473b8e5 - Create config.xml automatically in the psot section,
because config.xml is much too old and udn para is static and not
  unique.
- Also generate a config-example.xml, a new config-new.xml
  and a config-diff.xml which show the new parameter in a newer
  gerbera version.
- Add README.SUSE.
- Add vhost configuration for apache nginx.
- Fix suse-logrotate-user-writable-log-dir /var/log/gerbera gerbera:gerbera 0755

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/gerbera?expand=0&rev=66
2024-12-11 08:42:33 +00:00

26 lines
794 B
Plaintext

After install
=============
1.) config.xml
1.1.) config.xml from package
The config.xml is generated automatically during installation.
This must then be adapted under /etc/gerbera.
1.2.) config.xml own
In exceptional cases, a new config.xml can also be generated.
gerbera --create-config | sudo tee /etc/gerbera/config.xml
Make sure that the new file has the correct rights. These should be 644 gerbera:gerbera.
Described here:
https://docs.gerbera.io/en/stable/config-generate.html#generateconfig
2.) vhost
To use vhost of the web servers apache or nginx, their files must first be adapted.
Uncomment ProxyPass and ProxyPassReverse after configure.
Further information on configuration can be found at:
https://docs.gerbera.io/en/stable/run.html#first-time-launch
to find.