Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
P

privsec

@privsec
About
Posts
664
Topics
133
Shares
0
Groups
0
Followers
1
Following
5

Posts

Recent Best Controversial

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    @jdaviescoates I use netcup.

    But if another vps is better I’d happily switch.

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    Who can I pay to solve this for me?

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    My IPV6 in the dashboard is reporting working just fine.
    image.png

    Emails are not sending to gmail emails and I need this resolved.

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    OK, sorry I am off and on. I do not do this as a full time job. I need this resolved but im lost as to what to do.

    At this point, I just want to future proof myself from IPV6. How do I permanently disable and remove this functionality on my VPS from Netcup.

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    @avatar1024 My mail server location is b0d6d65a-4adf-4129-a4e0-aaf0455d485f-image.png

    I do keep getting bounced emails from Gmail.

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    Ok, its not working again (or maybe it never did.

    These are my screens

    image.png

    image.png

    image.png

    image.png
    From my understadning, it is set up correctly.

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    I set this up and it worked on netcup for about a week.

    It’s giving me Al the error again about gmails ipv6 not being set up correctly.

    Is there an in-depth how to guide to correcting this on netcup?

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    OK, I grabbed the IPv6 addy from cloudron and pasted it in netcup and used the same rDNS name addy for IPv4.

    Nwtcup now says to wait 48 hrs

    Support ipv6 email update 8.2.3

  • Email sending broken after updating to 8.2.x (due to IPv6 issues)
    P privsec

    Sooo.... Assume that someone doesn't do this every day.

    What does one have to do to get email sending to work again?
    I'm using netcup and this is the IPV6 screen

    image.png

    Support ipv6 email update 8.2.3

  • World Modifiers
    P privsec

    @BrutalBirdie would I just do

    EXTRAPARAM="-modifier portals casual -modifier resources most -modifier combat veryeasy -modifier deathpenalty casual"

    ?

    Valheim

  • World Modifiers
    P privsec

    How do I use world modifiers with this app install?

    I have

    WORLDMODIFIERS="-modifier portals casual -modifier resources most -modifier combat veryeasy -modifier deathpenalty casual"

    According to
    https://github.com/GameServerManagers/LinuxGSM/blob/e888821af0badcae168deabb88f071526c3c72e0/lgsm/config-default/config-lgsm/vhserver/_default.cfg

    but my dedicated server isnt recognizing the changes

    Valheim

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    AAannnnnd now it is working. I wish I could tell you why, but I don't.

    Thanks @robi

    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    I noticed my GA was outside my head tag (DOH!) but even after moving that, it still isn't being recognized.

    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    Renamed from index.php to index.html

    redirect works, GA doesn't

    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    The redirect is working as I would expect it to, but GA isn't working

    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    So I still don't know what is wrong. It should be working.

    image.png

    This is now what I have in index.php

    
    <!DOCTYPE HTML>
    <html lang="en-US">
        <head>
            <meta charset="UTF-8"><meta http-equiv="refresh" content="0; url=https://discord.gg/bG$$$$$$$">
            <script type="text/javascript">
                window.location.href = "https://discord.gg/bGH$$$$$$$"
            </script>
            <title>Community</title>
        </head>
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-H65$$$$$$$"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
    
      gtag('config', 'G-H65$$$$$$$');
    </script>
        <body>
            <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
            If you are not redirected automatically, follow this <a href='https://discord.gg/bG$$$$$$$'>link to our community</a>.
        </body>
    </html>
    
    

    This is my .htaccess file

    # Permanent URL redirect 
    # RewriteEngine on
    # Redirect 302 / https://discord.gg/b34345345345
    
    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    Actually, I just found

    <!DOCTYPE HTML>
    <html lang="en-US">
        <head>
            <meta charset="UTF-8">
            <meta http-equiv="refresh" content="0; url=http://example.com">
            <script type="text/javascript">
                window.location.href = "http://example.com"
            </script>
            <title>Page Redirection</title>
        </head>
        <body>
            <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
            If you are not redirected automatically, follow this <a href='http://example.com'>link to example</a>.
        </body>
    </html>
    

    And I found

    <!DOCTYPE HTML>
     
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="1; url=http://example.com">
     
    <script>
      window.location.href = "http://example.com"
    </script>
     
    <title>Page Redirection</title>
     
    <!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
    If you are not redirected automatically, follow the <a href='http://example.com'>link to example</a>
    
    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    Everything I'm finding online keeps referring to use .htaccess to do the redirect.

    So can you point me in the right direction?

    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    Ahh, I see. I am using the .php file as that was what was recommended above.

    If I could do it all in one place than that is preferred.

    If I do it in the .php file, is the redirect immediate?
    I do not want the end user to sit and wait or anything

    LAMP

  • LMAP .htaccess rewrite rules with google analytics - Help needed
    P privsec

    I'm not. I want all traffic going to sub.domain.com to be rerouted to another location.

    I also want to track how this link is performing.

    LAMP
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search