cross-posted from: https://monero.town/post/1084048

SimpleX is a private encrypted messenger that creates new identities for each conversation. However, as we pointed out in a previous video, when you first install the app, it’s all the developer’s own servers. This has metadata and centralization risks. We are here to help.

SimplifiedPrivacy.com is a completely different firm than SimpleX (although we share the same first word). We just released a tutorial video with a self-host script for any Debian/Ubuntu VPS that you can use to easily self-host a SimpleX server: https://video.simplifiedprivacy.com/simplex/

In the tutorial video, we taught how to use Kyun.host a Monero focused free speech provider in Romania that we recommend! However, you can use any provider.

Here is the script on our self-hosted gitlab on Kyun with an Iceland domain: https://git.simplifiedprivacy.is/publicgroup/simplex-self-host/

If you do not wish to self-host, you can add our SimpleX servers to your app for free:

smp://BgQRXMpC_pOpm2eAWvwFAvz6o1pJMu8y6_LaxZYxAFg=@smp.simplifiedprivacy.com

xftp://YLfpIjjRjJdOHKSPHCxhHMUmB_auPkxSIkfo76cH7F8=@xftp.simplifiedprivacy.com:5443

Reach out to us if you’d like our help to setup many OTHER services or complex configurations/support at SimplifiedPrivacy.com

Join our SimpleX Group Chat, people discuss Monero and privacy in general:

https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fhpq7_4gGJiilmz5Rf-CswuU5kZGkm_zOIooSw6yALRg%3D%40smp5.simplex.im%2FXVf2UZLG2NxirJJlkO-yjU3BjbnK-QBo%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAy8t1QqQ_sOovdEAfXlWvWKH9dw-7kwl5menGf4JI8hU%253D%26srv%3Djjbyvoemxysm7qxap7m5d5m35jzv5qq6gnlv7s4rsn7tdwwmuqciwpid.onion&data={"type"%3A"group"%2C"groupLinkId"%3A"5tJ0uL-PgZB4UjSIsbnyJQ%3D%3D"}

___

@LWD@lemm.ee
link
fedilink
English
1610M

Leave it to the cryptocurrency people to turn a simple tutorial into an ad. You could have pasted the whole script instead. In fact, here it is:

# !/bin/bash
# Setting up docker apt repo
# Add Docker's official GPG key:
apt update
apt install -y ca-certificates curl gnupg
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg
# Add the repository to Apt sources:
echo \
"deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
"$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update
# Install docker from repo (~450MB,2Min)
apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# Verify docker install
#docker run hello-world
# Install SimpleX from Docker Hub (~300MB,2Min)
mkdir -p $HOME/simplex/{xftp,smp}/{config,logs} && mkdir -p $HOME/simplex/xftp/files
docker run -d \
    --name smp-server \
    -e "ADDR=smp.YOUR.DOMAIN" \
    -p 5223:5223 \
    -v $HOME/simplex/smp/config:/etc/opt/simplex:z \
    -v $HOME/simplex/smp/logs:/var/opt/simplex:z \
    simplexchat/smp-server:latest
docker run -d \
    --name xftp-server \
    -e "ADDR=xftp.YOUR.DOMAIN" \
    -e "QUOTA=50gb" \
    -p 443:443 \
    -v $HOME/simplex/xftp/config:/etc/opt/simplex-xftp:z \
    -v $HOME/simplex/xftp/logs:/var/opt/simplex-xftp:z \
    -v $HOME/simplex/xftp/files:/srv/xftp:z \
    simplexchat/xftp-server:latest

… And that’s all you need.

@Saki@monero.town
link
fedilink
English
210M

Leave it to the cryptocurrency people to turn a simple tutorial into an ad.

I’m from the same Lemmy instance monero.town (technically a mod?) and can see your point. Initially I was vocal about perceived link-spamming, advertising this SimplifiedPrivacy thing; at least a few users there were/are feeling the same way, as you can see e.g. here. So please don’t lump crypto (esp. Monero) users as a single kind of people.

Like @leraje@lemmy.blahaj.zone pointed out, some of info provided by this user (ShadowRebel) can be useful. Perhaps some people prefer a video to text. Monero users tend to respect freedom (of speech) and advertisement is not forbidden in Monero.town anyway. Perhaps you can understand that this does not mean “the cryptocurrency people” are the same.

ride
creator
link
fedilink
English
110M

So please don’t lump crypto (esp. Monero) users as a single kind of people.

I was expecting childish reactions when I shared this post. But that doesn’t matter, if only one user has benefited from it, it was well worth it.

Only two days and we already have at least two new servers:

smp://BgQRXMpC_pOpm2eAWvwFAvz6o1pJMu8y6_LaxZYxAFg=@smp.simplifiedprivacy.com xftp://YLfpIjjRjJdOHKSPHCxhHMUmB_auPkxSIkfo76cH7F8=@xftp.simplifiedprivacy.com:5443

smp://nfm-LwDDqi9KDPzebYMbriFXdbE3cHvcfHeEhS-1230=@5.78.46.41:5223 xftp://v6P3u9_CPYcgoA79e6tHinywTuzxb6RR6hrSaHrlhzY=@5.78.46.41:5224

@Saki@monero.town
link
fedilink
English
2
edit-2
10M

@ride I know the background: this info could be very useful, and you commented, “Even if not directly Monero-related, this draws attention to the community when such contributions come from here.”

The problem is, !privacyguides@lemmy.one has a different set of rules than Monero.town does, explicitly stating:

This is not the place for self-promotion if you are not listed on privacyguides.org. If you want to be listed, make a suggestion on our forum first.

Hence, as you can see in https://monero.town/post/1085883 (you double-posted the same thing, too), a negative comment about this:

I feel like this might count as self-promotion, given it’s mentioning a particular website, their GitHub, their running service, etc. Regardless, it is informative

@LWD@lemm.ee is not “childish”, even stating “it is informative.” But even if this post may be useful, we should follow the rules of !privacyguides@lemmy.one when (cross-)posting here; otherwise, Monero.town may look bad.

ride
creator
link
fedilink
English
110M

Yes, thanks for the clarification.

Leraje
link
fedilink
English
110M

How was that an ad? What exactly did you think was being advertised?

And some of us quite like tutorials as they tend explain not just what to do but why it’s being done.

@LWD@lemm.ee
link
fedilink
English
2
edit-2
10M

SimplifiedPrivacy looks like a for-profit that offers “Degoogled GrapheneOS Phones”, “Rare Session Usernames”, and “Cryptocurrency Consulting Services” over encrypted messaging.

I say “looks like” because there’s no legal info anywhere, and they are pretty adamant about not wanting to get sued.

Create a post

In the digital age, protecting your personal information might seem like an impossible task. We’re here to help.

This is a community for sharing news about privacy, posting information about cool privacy tools and services, and getting advice about your privacy journey.


You can subscribe to this community from any Kbin or Lemmy instance:

Learn more…


Check out our website at privacyguides.org before asking your questions here. We’ve tried answering the common questions and recommendations there!

Want to get involved? The website is open-source on GitHub, and your help would be appreciated!


This community is the “official” Privacy Guides community on Lemmy, which can be verified here. Other “Privacy Guides” communities on other Lemmy servers are not moderated by this team or associated with the website.


Moderation Rules:

  1. We prefer posting about open-source software whenever possible.
  2. This is not the place for self-promotion if you are not listed on privacyguides.org. If you want to be listed, make a suggestion on our forum first.
  3. No soliciting engagement: Don’t ask for upvotes, follows, etc.
  4. Surveys, Fundraising, and Petitions must be pre-approved by the mod team.
  5. Be civil, no violence, hate speech. Assume people here are posting in good faith.
  6. Don’t repost topics which have already been covered here.
  7. News posts must be related to privacy and security, and your post title must match the article headline exactly. Do not editorialize titles, you can post your opinions in the post body or a comment.
  8. Memes/images/video posts that could be summarized as text explanations should not be posted. Infographics and conference talks from reputable sources are acceptable.
  9. No help vampires: This is not a tech support subreddit, don’t abuse our community’s willingness to help. Questions related to privacy, security or privacy/security related software and their configurations are acceptable.
  10. No misinformation: Extraordinary claims must be matched with evidence.
  11. Do not post about VPNs or cryptocurrencies which are not listed on privacyguides.org. See Rule 2 for info on adding new recommendations to the website.
  12. General guides or software lists are not permitted. Original sources and research about specific topics are allowed as long as they are high quality and factual. We are not providing a platform for poorly-vetted, out-of-date or conflicting recommendations.

Additional Resources:

  • 1 user online
  • 6 users / day
  • 30 users / week
  • 110 users / month
  • 1.09K users / 6 months
  • 1 subscriber
  • 660 Posts
  • 11.1K Comments
  • Modlog