All Activity
- Past hour
-
setup email from my custom domain [urbanshed.in]
urbanshed replied to urbanshed's topic in Customer Service
I have solved the issue, and I am just documenting here so that if anyone with similar problem can find the solution. my domain name urbanshed.in was proxied by cloudflare that is why it was not working. I created another A record with mail.[mydomain] to my server (not proxied dns only) MX records changed to [mydomain] mail.[mydomain] reissue SSL certificates from plesk interface so that it covers my newly added mail.[mydomain] thanks everyone for the help. -
joxprepper joined the community
- Today
-
Here are some helpful tips for getting a free account. You are also welcome to join the Tommy server for $2, which is guaranteed.
-
setup email from my custom domain [urbanshed.in]
urbanshed replied to urbanshed's topic in Customer Service
yes i have re-enabled it, i can wait for some time for webmail but login to mail client is giving me errors (thunderbird and outlook) my mxrecord was setup to cloudflare email routing, i have disabled it and added a new mx record to [mydomain] i have added dmarc, spf and dkim on cloudflare but still no luck in logging via mail client. -
Every time the countdown ends, it resets and you cannot register with Johnny.
-
deivison2 joined the community
-
setup email from my custom domain [urbanshed.in]
Ookma-Kyi replied to urbanshed's topic in Customer Service
For webmail, did you reenable it? Back in May it was disabled globally to fix 503 server errors. -
setup email from my custom domain [urbanshed.in]
urbanshed replied to urbanshed's topic in Customer Service
Things that I have already done: 1) I added the records in cloudflare for DMARC, SPF, and DKIM as well. 2) my A record urbanshed.in is set to ip address of the tommy server (website is working fine). 3) I have created mail account with name admin@urbanshed.in and I have completed the setup. Problems: 1) I have setup the webmail option as well, but on webmail. a page is opening with webmail.urbanshed.in and it is showing an error. (i have attached the jpg) 2) I am setting up mail server client (Thunderbird and Outlook) both are having connection issue and unable to connect. (i have attached the jpg) I have tried Manual setup as well (i have attached the jpg) I must be missing something, please help me to make this work. -
realization joined the community
-
[Solved] Request for MariaDB module in Python 3.12
dylanlewis11 replied to dylanlewis11's topic in Customer Service
Okay great I think those modules should work, thanks for the quick and helpful reply -
[Solved] Request for MariaDB module in Python 3.12
wolstech replied to dylanlewis11's topic in Customer Service
Modules designed for mysql work with mariadb databases, and we have a few different mysql modules already installed on Tommy. The full list of modules can be seen here for 3.12 on Tommy: https://krydos1.heliohost.org/pyinfo/info3.12.py Is there a specific reason you need this one vs. the mysql ones already installed? If you do need this specific one, let me know and we'll see about getting it installed. -
dylanlewis11 started following [Solved] Request for MariaDB module in Python 3.12
-
Hi, I'm trying to access my MariaDB database inside of python but to do so I would need the MariaDB module. Could you please install this for me? My server is: dylanlewis11.helioho.st My account username is dylanlewis11 Thank you
-
You could either contact PayPal support and see what they have to say about it, or you can use this Stripe link to try to pay again https://buy.stripe.com/6oU7sNcs6207fjP1udco009 I understand that the Stripe link says $2 and the dashboard says $1, but the dashboard will be updated to the new pricing soon anyways, and I don't want to create a $1 Stripe link that will only be used once and then deleted in a week or whatever.
-
reset my hosting account then add the domain after the reset
MoneyBroz replied to celesta1's topic in Customer Service
Invite resent -
reset my hosting account then add the domain after the reset
celesta1 replied to celesta1's topic in Customer Service
Nothing came -
malikibrahim joined the community
-
reset my hosting account then add the domain after the reset
wolstech replied to celesta1's topic in Customer Service
The account celesetatone1 looks like it's already been reset. We can't add domains to accounts until after you recreate the account. Please check your email for a link to finish the reset and create the new account. Once that's completed, let us know and we'll add the domain for you -
celesta1 started following reset my hosting account then add the domain after the reset
-
arcyriea joined the community
-
fixme joined the community
-
This support request is being escalated to our root admins who can look into this further for you.
-
Hi there, I am upgrading my account to Tommy server. I proceeded to pay using my virtual card, it got refunded so I used my debit card instead, the money got refunded again. I did it multiple times, but it keeps repeating.
-
I've reset your account as requested. You should receive an email shortly so you can take the next steps to recreate it. I made a backup before the reset, so if you discover you need any of your old files, you can download the backup here: https://heliohost.org/backup If you're not sure how to extract the backup files, please follow our how-to guide here: https://wiki.helionet.org/Account_Backups
-
Please reset account stephenw.
-
Help with environment (.env) setup with Python and Flask on Jonny
dkobrin replied to dkobrin's topic in Customer Service
Soo as it turns out, on Jonny you can safely place your .env file in the root of your app and the server will automatically prevent it from being served to a client. for this sample project, the path is load_dotenv("/home/dkobrin.helioho.st/flask.dkobrin.helioho.st/MyNewFlaskApp/.env") as an extra layer of safety I am also adding the following to my .htaccess file instructing Apache to deny requests for .env files #hide .env files from http access <FilesMatch ".env"> Order allow,deny Deny from all </FilesMatch>- 1 reply
-
- 1
-
-
I would like to stop using code hosting on github. I moved to codeberg, some of my private git repos are on github. unfortunately, codeberg won't allow private repositories based on their TOS, only some exclusions for small files like personal notes, .env files, etc. codeberg is focused only for open-source projects. so, what im planning now is to store private git repositories only on my local machine. but transferring changes to heliohost using filezilla is hassle because some files are not syncing properly, like you need to transfer each and every file unlike git which is better to transfer files and you'll be assured that files in local and remote are in-sync properly. however, that would be a problem then. I'd like to use Git but at the same time, I won't like to use online code hostings especially github for private repositories.
-
[Solved] Request for smtplib module in Python 3.12
Krydos replied to dylanlewis11's topic in Escalated Requests
The module smtplib is a default module that is present in all Python installs, and doesn't need to be requested. -
[Solved] Request for smtplib module in Python 3.12
KazVee replied to dylanlewis11's topic in Escalated Requests
This support request is being escalated to our root admins who can set this up for you. 🙂 -
yongshuai joined the community
-
muskolino joined the community
- Yesterday
-
g3tapple joined the community
-
[Solved] Request for smtplib module in Python 3.12
dylanlewis11 posted a topic in Escalated Requests
Username: dylanlewis11 My server: dylanlewis11.helioho.st I need smtplib module please. I'm running python 3.12 on a Tommy server. Thank you. -
dylanlewis11 joined the community
-
setup email from my custom domain [urbanshed.in]
wolstech replied to urbanshed's topic in Customer Service
For SPF, use this (leave the name field blank, use this as value): "v=spf1 include:tommy.heliohost.org ~all" For DMARC, enter the name as _dmarc, and use this value: "v=DMARC1; p=quarantine" For DKIM, the record needs to be generated in Plesk under the mail settings as its unique to each user. Turn it on, apply the settings, then click the ? next to the DKIM settings and it will show you the correct records to use. -
[Solved] Unsuspend my account
hostmysiteplease replied to hostmysiteplease's topic in Suspended and Queued Accounts
Thanks. I never thought of the laptop as an attack vector. That's why I kept getting hacked Thanks