Found the issue in that it was a simple typo that was messing everything up.
2TonWaffle
Posts
-
Using Object Storage Seems To Break Site -
Running into a email brick wallFound the issue!!
You must use the main account API key and secret and not a subaccount key for everything to work.
-
Using Object Storage Seems To Break SiteSearching around and found that will have to add app.baseURL "...." in the .env file. Have done that and now the site comes up again. New problem though is that for podcast artwork, all the links are broken.
-
Using Object Storage Seems To Break Site#https://code.castopod.org/adaures/castopod/-/blob/develop/env
analytics.salt=XXXXXXXXX=
logger.threshold = 4
media.fileManager="s3"
media.s3.pathStyleEndpoint="true"
media.s3.endpoint="https://s3.us-west-004.backblazeb2.com"
media.s3.bucket="rollforaudio"
media.s3.key="XXXXXXXX"
media.s3.secret="XXXXXXXXXX"
media.s3.region="us-west-004"
app.baseURL="https://rollforaudio.com"
media.baseURL="https://rollforaudio.s3.us-west-004.backblaze2.com"Added the last line to see if it would fix but, it doesn't.
-
Using Object Storage Seems To Break SiteFreshly installed castopod and have added the following into the env file
media.fileManager="s3"
media.s3.pathStyleEndpoint="true"
media.s3.endpoint="https://rollforaudio.s3.us-west-004.backblazeb2.com"
media.s3.bucket="rollforaudio"
media.s3.key="XXXXXXXXXXXXXXX"
media.s3.secret="XXXXXXXXXXXXXXXXX"
media.s3.region="us-west-004"Now, the site is unreachable, giving me a localhost refused to connect.
-
Running into a email brick wallRecently installed NodeBB and I thought I had everything setup correctly. The issue is that when trying to send test emails, I'm not receiving them within my box. I have the domain setup within Cloudron as a relay to Mailjet and the status is showing a green bubble.
I also have it that the app is in control of email as well. My understanding is that Mailjet or a service like it, will handle the sending of outgoing email. This doesn't seem to be the case though as it seems that Cloudron reports that the email is sent and delivered but, nothing is ever received.
I try to send a test email as well from within NodeBB but, that too doesn't seem to work.