-
Notifications
You must be signed in to change notification settings - Fork 184
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
Social embeds with oEmbed and Open Graph #643
base: master
Are you sure you want to change the base?
Conversation
May be a stupid question, but I have never changed something server side wise. So how could I implement it, after changing the files? Thanks for your help! |
Post logs and check this https://github.com/rr-/szurubooru/wiki/Common-errors |
Well doesn't seem to be a permission issue. When I remove the embed merge and rebuild everything works again. Sorry here's the
|
I took another stab at this but continue to get this error:
I tried hardcoding the directory (/var/www/index.htm), but even that gets the same error which is confusing because I run:
...and I confirm the index file is there. I assume it has something to do with the fact I am running inside a docker but not sure what's up. Pretty desperate to get some proper SEO built into my instance so if anyone has an idea how to get this working inside a docker I'd love to hear it. |
I believe this setup can't work for docker based deployments, because the index.htm file lives inside the client container and the server container wants to read it. I am not sure what the best solution to this would be. |
Differences with the approaches in #421, #422 and #441:
name
attribute instead ofproperty
)Things that can be improved later:
Meant to be used with an nginx config like:
Discord
![image](https://private-user-images.githubusercontent.com/42466980/315755577-29ce3c6f-9753-4bce-9457-72cd1e31b1c7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODYzNTgsIm5iZiI6MTczOTA4NjA1OCwicGF0aCI6Ii80MjQ2Njk4MC8zMTU3NTU1NzctMjljZTNjNmYtOTc1My00YmNlLTk0NTctNzJjZDFlMzFiMWM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA3MjczOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE1MjRiYTUxNzJkYTI3YjgzMGZmOGRkYzhmMGZhMTNkOTFjYTViOTljZjk0YmU2Y2Y1OWViOTk0NzM3Zjc4ZmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yNTCjrm7f1t769xRZzj6DCEyGnsKxNra-E82FCrmmS4)
![image](https://private-user-images.githubusercontent.com/42466980/315755070-3abb43f3-0261-47ee-a04a-f6e2132b96cc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODYzNTgsIm5iZiI6MTczOTA4NjA1OCwicGF0aCI6Ii80MjQ2Njk4MC8zMTU3NTUwNzAtM2FiYjQzZjMtMDI2MS00N2VlLWEwNGEtZjZlMjEzMmI5NmNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA3MjczOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ2ZTU0ZTRiOGE4MzIwMDQ5ZjIzOTVmZGNlOWI0MzY0Y2RlZDliOGRhOTJlODgzYzIwZTRhNDI0Y2Q4ZjJlNWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ar3cN36wkwFsx1FwI8_-0BBLLECd-3xxdUpIQDllsrs)
Twitter
Closes #416