Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting txt file to doc #13

Open
matheohan opened this issue Mar 4, 2023 · 2 comments
Open

Converting txt file to doc #13

matheohan opened this issue Mar 4, 2023 · 2 comments

Comments

@matheohan
Copy link

Hi,

First of all thanks for your amazing project.
Though i encounter an issue, when i want to convert a txt file to a doc file i got the following error when saving the file :
" Error, file not found"

Here is my docker compose in portainer :

version: "3"
services:
  app:
    image: dwaaan/hrconvert2-docker:latest
    restart: always
    container_name: hrconvert
    network_mode: main
    volumes:
      - /home/DIKING/hrconvert/config.php:/var/www/html/HRProprietary/HRConvert2/config.php

I didn't change anything to the configuration and i run it behind a reverse proxy (nginx)
I notice in the log that i have this message :
"AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.23. Set the 'ServerName' directive globally to suppress this message"

Thanks for any help, and sorry in advance if im not clear ( im kinda new to self hosted world )

@esmoyer
Copy link

esmoyer commented Jul 14, 2023

You ever figure this out? I am stuck. I followed adding ServerName.conf from one of the other issues, but no luck.

@matheohan
Copy link
Author

Hi, I suggest you to look into this project : https://github.com/Stirling-Tools/Stirling-PDF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants