Sydo Luciani

Results 32 comments of Sydo Luciani

@tdamsma Thank you. We were talking about having separate repository for any new custom widgets or templates instead of including them in Deform, but including it in Deformdemo the way...

@stevepiercy conversions are smartly done in [serialize](https://github.com/tdamsma/deformdemo/blob/advanced-widgets/deformdemo/extra_widgets.py#L106) method of widget, and finally rendered using [field.renderer](https://github.com/tdamsma/deformdemo/blob/advanced-widgets/deformdemo/extra_widgets.py#L120) method. Deform code is unchanged only Deformdemo is updated with new widgets. With a few...

@tdamsma I think what you have currently done is the best way to go, thank you, but if you can please follow @stevepiercy suggested directory structure for custom_widget and make...

I have created #471 for any thought or input.

@jlubeck Add below line to VirtualHost config: ``` RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME} ``` Here is the [documentation](https://pywb.readthedocs.io/en/latest/manual/usage.html#sample-apache-configuration)

@peterk have you tried symbolic links and changing the directory structure using [config.yaml](https://pywb.readthedocs.io/en/latest/manual/configuring.html#directory-structure)

Download and import the certificate in to Firefox as explained [here](https://pywb.readthedocs.io/en/latest/manual/configuring.html#https-proxy-and-pywb-certificate-authority) and [here](https://www.ibm.com/support/knowledgecenter/en/SSZRJV_10.1.0/admin_guide/browser_importing_cacert_https.html) Importing the certificate shall fix the problem, however it is best to start pywb proxy directly to...

@Devhercule [Setting limit= will limit the number of index lines returned.](https://pywb.readthedocs.io/en/latest/manual/cdxserver_api.html#limit) and according to [document](https://pywb.readthedocs.io/en/latest/manual/cdxserver_api.html), limit can be set in URL query string. ``` http://localhost:8080/coll/cdx?url=http://example.com/*&page=1&filter=mime:text/html&limit=10 ``` However, if using a...

@monstrfolk It seems to be [container hostname assignment](https://stackoverflow.com/questions/43031100/when-to-use-hostname-in-docker#:~:text=--hostname%20is%20a%20parameter,ipv4\)%20to%20that%20particular%20container.) issue rather than pywb issue. using nginx's proxy_pass running in front end container to forward requests to pywb docker container in the...

@funkyfuture It works as expected on Debian 10 (bullseye/sid) and pywb version 2.4.2, however default config file name is config.yaml and not config.yml.