25 Jan 2021 |
Sheogorath | I think he talks about the pages that appear after pressing the "Publish" button, which is the pad.example.com/s/kjsadf pages. Those don't work without JS. | 15:12:38 |
Tilman [🦔-frontend] | That's why I'm asking 😋 | 15:12:57 |
Tilman [🦔-frontend] | oh okay. Now I get it. Viewing the page without JS. Okay no. That's not gonna work. And it will be even more tricky with 2.0 😁 | 15:13:58 |
Paul | In reply to @sheogorath:shivering-isles.com I think he talks about the pages that appear after pressing the "Publish" button, which is the pad.example.com/s/kjsadf pages. Those don't work without JS. Yep | 15:14:06 |
Paul | Then maybe supporting micropub would be cool | 15:15:23 |
Molly | What's micropub? | 15:16:50 |
Molly | * What's micropub? | 15:16:55 |
Tilman [🦔-frontend] | https://is.gd/wJ4aR2 | 15:17:10 |
Sheogorath | How likely is this to be a lmddgtfy link? | 15:19:39 |
Tilman [🦔-frontend] | find out | 15:19:54 |
Matt | Redacted or Malformed Event | 16:39:06 |
nidi | Matt: wrong room? | 16:40:46 |
Matt | oops, thanks nidi | 16:49:23 |
26 Jan 2021 |
geojulien | In reply to @sheogorath:shivering-isles.com
geojulien: if I recall correct you can just add a config here: https://github.com/hedgedoc/hedgedoc/blob/1ded38642129d7542fc5e3db98891f7a773d7741/lib/web/auth/github/index.js#L15
Would be minor fork, but I guess it would solve your problem :) I think this is this setting: https://docs.github.com/en/developers/apps/scopes-for-oauth-apps. no? | 09:40:51 |
thmo | Is https://kroki.io/ something that could be useful for/integrated in HedgeDoc? | 10:54:29 |
Tilman [🦔-frontend] | Well it looks pretty easy. It seems to work like plantuml (external render server) | 10:58:36 |
Tilman [🦔-frontend] | If you want to have it, then open a feature request issue in github.com/hedgedoc/react-client . | 10:58:55 |
Tilman [🦔-frontend] | * Well it looks pretty easy. It seems to work like plantuml (external render server) | 10:59:37 |
Tilman [🦔-frontend] | But beware: It won't be available before 2.0 | 10:59:53 |
| thefeiter joined the room. | 13:55:43 |
thefeiter | hd_app_1 | 2021-01-26T13:51:45.494Z info: deserializeUser: 91e032c5-9fe0-4ed6-bfd0-9a2ddb5a4d37
hd_app_1 | (node:61) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_URL]: Invalid URL: /uploads/
hd_app_1 | at onParseError (internal/url.js:257:9)
hd_app_1 | at new URL (internal/url.js:333:5)
hd_app_1 | at new URL (internal/url.js:330:22)
hd_app_1 | at Object.exports.uploadImage (/hedgedoc/lib/web/imageRouter/filesystem.js:28:19)
hd_app_1 | at /hedgedoc/lib/web/imageRouter/index.js:63:22
hd_app_1 | (node:61) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
| 13:56:30 |
thefeiter | I am getting this error, when Uploading an image with the 'filesystem' option | 13:56:56 |
David [🦔-backend] | Any chance you did not set the domain? | 13:57:06 |
thefeiter | The images are uploaded to the directory | 13:57:16 |
thefeiter | In reply to @davebloggt:kif.rocks Any chance you did not set the domain? Gimme a sec | 13:57:24 |
thefeiter | I have set CMD_DOMAIN=md.marvinfeiter.de it still des not work. | 14:00:35 |
thefeiter | And opening the file in the browser works as well | 14:03:01 |
David [🦔-backend] | Do you see a warning on startup that the domain is not configured? Also check that you set protocolUseSSL and urlAddPort correctly | 14:03:08 |
thefeiter | Maybe I was a bit too lazy to set the config properly... It works now, thank you | 14:11:07 |
thefeiter | protocolUseSSL dit the trick | 14:11:30 |