Introducing Postcards - Our SMS & MMS UI
-
@JaredBusch Stop ya bitching and just use Ubuntu.
-
@VoIP_n00b said in Introducing Postcards - Our SMS & MMS UI:
@JaredBusch Stop ya bitching and just use Ubuntu.
Shut up Aaron.
-
Just tested, working great on Ubuntu.
-
@JaredBusch Oops
-
@Skyetel said in Introducing Postcards - Our SMS & MMS UI:
@JaredBusch Oops
The Fedora 32 problem is this.
https://github.com/docker/for-linux/issues/955
So not your fault.But for CentOS 8 I did not spend any time looking into it.
-
Changed the Vultr Instance to Fedora 31. The install worked fine, but it failed to build.
-
So the CentOS 8 problem and the Fedora 32 problem both stem from this.
This is 100% a docker problem.
So @Skyetel can we get a non-docker install method "supported"
-
also, how do I submit bug reports in bitbucket? I don't see anything like the normal "issues" in gitlab or github.
-
@JaredBusch said in Introducing Postcards - Our SMS & MMS UI:
also, how do I submit bug reports in bitbucket? I don't see anything like the normal "issues" in gitlab or github.
-
@JaredBusch said in Introducing Postcards - Our SMS & MMS UI:
So the CentOS 8 problem and the Fedora 32 problem both stem from this.
This is 100% a docker problem.
So @Skyetel can we get a non-docker install method "supported"
It looks like Red Hat dropped support for Docker altogether:
http://crunchtools.com/why-no-docker/So we need to update our readme to recommend Centos 7 or Debian/Ubuntu.
I'll check to see if a non-docker install method is doable.
-
Ubuntu
-
@Skyetel They did indeed drop it. I read an article concerning that.
-
I'll check to see if a non-docker install method is doable.
So the short answer to this question is "no," but we might modify the installation to switch to RHEL's k8s so you can use Centos 8. Our developers live and breathe containers, and trying to get them to go old school is... challenging lol.
However, we are going to be writing a few guides for users to be able to install postcards on cloud platforms like this:
https://www.digitalocean.com/products/kubernetes/ & https://aws.amazon.com/fargate/We're also going to draft some guides that show people how to the HTML source to make changes for themselves (ideally by being able to FTP into the Postcards Server and modify the HTML - but the exact method is up in the air).
-
@Skyetel I know for sure Podman is a replacement for docker in Fedora. I believe the same applies to RHEL 8 and CentOS 8.
-
@Skyetel work around for CentOS 8.
Install containrd.io manualy before calling run.sh
dnf install https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.6-3.3.el7.x86_64.rpm
But then I still get this on CentOS 8.
-
Same problem on Debian 10.
Going to bed now.
-
@Skyetel said in Introducing Postcards - Our SMS & MMS UI:
Our developers live and breathe containers, and trying to get them to go old school is... challenging lol.
That's fine with me. I'm not after anything except a repeatable working system, that does not use legacy operating systems.
-
This new version is a disaster and I also think Skyetel has issues at their end.
The upgrade install work fine, but it will no longer receive the PUSH from Skyetel, so you don't get any replies from the phones.
If you change the phone number a user is assigned to, they can no longer send sms messages to any number they have previously sent sms to: "The phone number you used - 1xxxyyyzzzz - is no longer your primary phone number."
If you try to delete a user, well, it won't delete
Also, all of the above applies even on a fresh install of the Postcards, or a fresh install of the Ubuntu OS and Postcards.
So sad......
If anyone has the first version running, can you check your Skyetel SMS CallBack URL and post it? Please obscure your domain and your unique id.
I'm pretty sure the previous version had the work skyetel in the callback url, this version does not.....
-
@JasGot said in Introducing Postcards - Our SMS & MMS UI:
This new version is a disaster and I also think Skyetel has issues at their end.
The upgrade install work fine, but it will no longer receive the PUSH from Skyetel, so you don't get any replies from the phones.
If you change the phone number a user is assigned to, they can no longer send sms messages to any number they have previously sent sms to: "The phone number you used - 1xxxyyyzzzz - is no longer your primary phone number."
If you try to delete a user, well, it won't delete
Also, all of the above applies even on a fresh install of the Postcards, or a fresh install of the Ubuntu OS and Postcards.
So sad......
If anyone has the first version running, can you check your Skyetel SMS CallBack URL and post it? Please obscure your domain and your unique id.
I'm pretty sure the previous version had the work skyetel in the callback url, this version does not.....I am a developer with Skyetel and would like to try to help resolve some of these upgrade issues you and others are encountering. If you can please message me some additional details (phonenumber, domain) for your app that is failing to receive messages, I can check our logs and debug it further.
Also, the app can be downgraded to the previous version with the following command as the super user in the root directory and re-running/re-configuring the app.
curl https://bitbucket.org/skyetel/postcards-installer/get/v0.2.2.tar.gz | tar xvz --strip 1 -C /opt/postcards --overwrite
-