freenom icon indicating copy to clipboard operation
freenom copied to clipboard

bug_report

Open origamiofficial opened this issue 2 years ago • 12 comments

Describe the problem

Docker container sends Chinese language notifications on Telegram.

Steps to reproduce

Add "LANGUAGE=en" in .env file

Screenshots & Logs

What did you try

I've manually downloaded the latest .env file from this repository but still, it sends Chinese notifications on Telegram.

Environmental Information

  • Ubuntu server 20.04 armhf
  • Docker image latest tag arm/v7

Additional Notes

  • Container may be working correctly because I don't have any renewable domain.

origamiofficial avatar Feb 21 '22 19:02 origamiofficial

@anjumrafidofficial Hi, this is because the version that supports English has not been released yet. The docker image has not been updated yet. Because there are still some things to tweak now, I will release v0.4.5 when the tweaking is done.

If you want to try v0.4.5 in advance, you can pull the source code and execute it directly.

luolongfei avatar Feb 22 '22 05:02 luolongfei

@anjumrafidofficial The current English version of the email content needs to be adjusted to make it more authentic. Would you be willing to help me improve the content of the English version of the email? If so, please let me know your email address and I will send you the English version of the email.

luolongfei avatar Feb 22 '22 05:02 luolongfei

@luolongfei yeah sure. Here is my email address [email protected]

origamiofficial avatar Feb 22 '22 10:02 origamiofficial

@anjumrafidofficial Thanks a lot! I've sent you the relevant email.

luolongfei avatar Feb 23 '22 04:02 luolongfei

@luolongfei I've sent the English version of the files. Please check there may be some formatting issues because I'm not familiar with .eml files so I've edited them using Microsoft Word.

origamiofficial avatar Feb 23 '22 09:02 origamiofficial

@anjumrafidofficial Thank you for your contribution! I've just released v0.4.5 on docker hub, which now has full support for English.

https://hub.docker.com/r/luolongfei/freenom

luolongfei avatar Feb 26 '22 14:02 luolongfei

@luolongfei Just got the notification. Thank you so much for your effort. If you need any further help just mention me, I'll be there. I have a question, how long does Freenom permit us to renew a free domain? Searched Google but found nothing.

origamiofficial avatar Feb 26 '22 14:02 origamiofficial

@anjumrafidofficial freenom allows us to renew our domain name for a maximum of one year at a time, without mentioning any other restrictions, so I think we can keep renewing our domain name and use it for free forever. Unless freenom changes the renewal rules in the future.

luolongfei avatar Feb 27 '22 00:02 luolongfei

Hi @luolongfei. Is there any ETA for English version of v0.5.1?

Mytonn avatar Aug 29 '22 16:08 Mytonn

@Mytonn Hi, please set the value of CUSTOM_LANGUAGE in the .env file to en to enable English mode

luolongfei avatar Aug 29 '22 21:08 luolongfei

@Mytonn Hi, please set the value of CUSTOM_LANGUAGE in the .env file to en to enable English mode

My mistake. I think it is back to the en to ze after upgrade. Thank you.

Mytonn avatar Aug 29 '22 22:08 Mytonn

@Mytonn In fact, the upgrade does not change back to Chinese under normal circumstances, the old configuration in the .env file will be updated automatically. This time it is mainly because I renamed the environment variable LANGUAGE to CUSTOM_LANGUAGE. Because in some cases, the variable name LANGUAGE can conflict with the system's LANGUAGE variable and cause some problems, that's why the renaming operation.

luolongfei avatar Aug 29 '22 22:08 luolongfei