Jump to content

Sharpie

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Sharpie

  1. Been bashing my head trying to get lscr.io/linuxserver/mastodon container on CA to run but I feel like I am misssing something, Anyone know of a guide or a youtube video on how to set this up? Or is this going to be like the Martix server all over again?

     

    Thanks in advance and I hope this post helps futuer travelers

    • Upvote 1
  2. I have been banging my head on this, searching the forums , googling and nothing seems to fix it. Extending the logs just prolongs the inevitable. I even shut down all my containers except my mission essential ones (Matrix & Plex stack) I have attached my Diagnostics file in hopes that unRaid gods can shine some light on their loyal subject and let me know how to correct this issue.

     

    Thanks in advance.

     

     

     

    nanotechserver-diagnostics-20211218-2047.zip

     

     

  3. On 9/10/2021 at 6:10 PM, SeattleBandit said:

    @Sharpiesoooo ... again blind leading the blind here  - turns out dimension perhaps isn't really necessary 

     

    ideally what im trying to do is to stand up a stack that will be a matrix messenger - that will integrate all the 'major' chat services

    telegram

    isntagram

    linkedin

    hangouts

    imessage

    discord

    slack

    signal

    and a few others

     

    there is a service out there called beeper which already does this - but its all open source software for their back end - and while their app is sexier than element - if i can accomplish the same thing for free then i'm a happy camper - also keeping everything self hosted makes me happy even if i can't have data center redundancy

     

    once i get some stacks up and running - and figure out the bridges - i'll do a write up and post it here - i'll try and incorporate the privious how-tos for a soup to nuts type solution targeted at unraid users

     

    Were you able to find a way to install a integration manager on an Unraid setup?

  4. @Mr_Jay84
    Comparing your subdomain.conf to mine I see that your Resolver is your 127.0.0.11 I hope that is not your gateway but I could be wrong. (It should be your network gateway)

     

    Comparing your homeserver.yaml 

    Your "Server name" is your sub-domain...this is wrong it needs to be just your domain "Contoso.com" not "bridge.contoso.com"

     

    you dont need a public_baseurl as you are behind a reverse proxy so re-# that

     

    The Bind address on line 290 needs to be the IP the container gets from docker

     

    I am sure I missed something but this is what I see just comparing yours to mine and its late here in the PST....Good Luck

  5. @HojojojoWololo Thanks again for updating this guide.

     

    I am still getting the "Bad Gateway" issue I have made every change you have listed and to no avail. I even added the inverted commas.

     

     I was able to get my Element-web container online but not matrix keep getting this

    Traceback (most recent call last):
    File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
    File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
    File "/usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py", line 512, in <module>
    main()
    File "/usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py", line 507, in main
    hs = setup(sys.argv[1:])
    File "/usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py", line 342, in setup
    "Synapse Homeserver", config_options
    File "/usr/local/lib/python3.7/dist-packages/synapse/config/_base.py", line 722, in load_or_generate_config
    config_dict, config_dir_path=config_dir_path, data_dir_path=data_dir_path
    File "/usr/local/lib/python3.7/dist-packages/synapse/config/_base.py", line 744, in parse_config_dict
    data_dir_path=data_dir_path,
    File "/usr/local/lib/python3.7/dist-packages/synapse/config/_base.py", line 369, in invoke_all
    res[name] = getattr(config, func_name)(*args, **kwargs)
    File "/usr/local/lib/python3.7/dist-packages/synapse/config/registration.py", line 90, in read_config
    strtobool(str(config.get("enable_registration", False)))
    File "/usr/lib/python3.7/distutils/util.py", line 307, in strtobool
    raise ValueError("invalid truth value %r" % (val,))
    ValueError: invalid truth value 'ture'

    At the end of my logs, I cant even seem to find those files nor are they mentioned in any of the guides.

     

    Got any more tips on how I can correct this? or get past the Bad gateway issue?

     

    Thanks Again 😃

×
×
  • Create New...