godaddy-api

Config Node JS in GoDaddy with a Domain and SSL

☆樱花仙子☆ 提交于 2021-01-29 12:00:39
问题 Hi I bougth a VPS in GoDadddy, a domanin(example.com) and add a SSL in this domain, I configured the domain with the IP of my VPS, I can open a demo page successfully . But I have a page in Node JS in the same VPS in other port, 192.168.0.2:3000(the ip is an example); I can open this page if in the browser use the IP, my page is running in the VPS successfully GoDaddy Install apache by default to can access to cPanel and WHM, so... My Questions is How Can I configure httpd.conf from Apache to

Nodemailer 24 hour sending limit

风格不统一 提交于 2021-01-28 09:00:07
问题 I have an email account from godaddy hosted on outlook. I'm using nodemailer to automatically send emails from it, using smtpout.secureserver.net. I emailed 25 different people with nodemailer, and not I get this error: "User me@site.com has exceeded its 24-hour sending limit. Messages to 25 recipients out of 25 allowed have been sent" But if I go into outlook and manually send more emails, they get delivered without issue. What's going on? I believe godaddy has a cap at 250 for my plan, but

Using Glide to load an image from remote storage

不想你离开。 提交于 2020-03-26 02:22:31
问题 I am developing an android app that needs to load many images from a folder that is located on my online server (in this case a GoDaddy hosting shared-plan). All of the images are stored in an image folder inside the FileManager folder provided by GoDaddy. Glide needs a URL to load an image, but in my case these images are not public and can't be reached from a HTTP URL (and should remain that way). I would like to use glide to load these remotely stored images just like I am able to do so