Amin Persia

Results 42 comments of Amin Persia

Only YouTube and Vimeo are supported right now. For the local video to work, we need to make uploader allow video files upload. I might add more later.

There's no easy way atm. The only way is to manually edit the template.

> Edit: I see that you can manually add a table of contents with the `[toc]` syntax but having an automatically generated ToC on each page would be much easier...

TOC = table of contents.

This is added thanks to @ffiesta in version 1.0.60

This is the server section I have as reverse proxy in nginx for wikidocs. Is the nginx reverse proxy on the same host? then it must be referenced with 127.0.0.1:port#...

The only way that I know this works is to do specific IP for proxy pass. proxy_pass http://127.0.0.1:3030; #proxyPass Or other how in the LAN proxy_pass http://192.168.1.x:3030; #proxyPass

Since your wikidocs is using port 80 I'm guessing it is not the same nginx host (nginx needs 80 and 443). Then please try this proxy_pass http://lan-ip-of-wikidocs-host:80/; #proxyPass

There are multiple ways of placing lights. You don't need to use the Panel. You can use g (grab) to move the lights around without the LightPanel if that helps....

That was when we had limited number if lights and they were put on a spare viewport with a camera looking down in orthographic mode. So the lines you see...