Trevor Reed
Trevor Reed
It works for me on a fresh install of Windows 10, looks like you may be right that it is related to your install.
+1 I have seen this as well, but I had my install working and it stopped randomly working. I will see if I can get the Hippocampe Logs from the...
` 2017-12-24 02:00:55,953 :: services.modules.shadowbook.processFeed :: ERROR :: processFeed.main failed for shunlist_IP.conf, no idea where it came from Traceback (most recent call last): File "/opt/Hippocampe/core/services/modules/shadowbook/processFeed.py", line 67, in main resMsearch...
` --- no python application found, check your startup logs for errors --- [pid: 1885|app: -1|req: -1/4] 10.0.0.136 () {48 vars in 801 bytes} [Sun Dec 24 02:25:10 2017] GET...
@bfleishman I am doing something similar using https://stripe.com/docs/stripe.js Stripe is super easy to use and this plugin works well with them for tokenizing the card then creating the charge. Feel...
@jshow can do, I will actually share some sample code I have with you tonight to that email
From testing: - Make sure migrations are included to run on container startup - The application should be able to run behind a Reverse Proxy - This could be my...
@ElTimuro yes I have that set, here is my docker-compose. ``` version: "3.3" services: database: image: postgres:15 environment: - POSTGRES_USER=documenso - POSTGRES_PASSWORD= - POSTGRES_DB=documenso ports: - 5432:5432 documenso: image: ghcr.io/pennerc/documenso:main...
@Mythie and @ElTimuro Now I get the following when running `build.sh` any ideas before I start digging ``` #14 [builder 4/5] RUN npm ci #14 sha256:8ee633565509e04a661ae9a8e1a72ef6bf1b7980170e201abff67fc60dad3aa1 #14 170.9 npm notice...