feat: package build#21
Conversation
Signed-off-by: Hendrik Leidinger <hendrik.leidinger@nextcloud.com>
Signed-off-by: Hendrik Leidinger <hendrik.leidinger@nextcloud.com>
Signed-off-by: Hendrik Leidinger <hendrik.leidinger@nextcloud.com>
chrip
left a comment
There was a problem hiding this comment.
-
AdminPanel branding — favicon, logo, and dark-logo SVGs added. All three SVG files are missing trailing newlines (
\ No newline at end of file). Consider adding them for consistency. -
HTML/JS title changes — "ONLYOFFICE" → "Euro-Office" in index.html, LoginPage.js, SetupPage.js, and Menu.js.
alttext also updated. Looks correct. -
production-linux.json — all paths consistently changed from
onlyofficetoeuro-officeacross log, runtime, storage, wopi, services, license, and FileConverter sections. Thorough. -
Makefile — DOCUMENT_ROOT, OUTPUT, install paths all updated. One thing to note: line 147 still creates the
onlyofficeuser (useradd -m -d /var/www/onlyoffice -r -U onlyoffice). If the user should also be renamed toeuro-office, this line needs updating. If not, consider adding a comment explaining why the user stays asonlyofficewhile paths change.
Makefile is unused, so this is fine atm. |
see Euro-Office/DocumentServer#92