[SUPPORT] OpenEats - CorneliousJD Repo


Recommended Posts

Edit: So I did a little tweaking, and the main issue is where I set $upstream_app.

 

In the conf below, I try setting it to openeats.

If I set it to my server IP, works perfectly fine.

Is this a docker issue or a reverse proxy issue?

All my other confs work with using the docker name as the upstream_app.
I also have ensured that my "ALLOWED_HOST:" is set to * currently. So that shouldn't be limiting it.

 

 

 

 

Original Problem:

 

I've got an interest issue with the reverse proxy setup.


Using the subdomain conf in the first post, I can connect perfectly fine.

But I tried to update the conf to use proxy_pass, as I do with the rest of my confs through swag/letsencrypt, and now it just says "Loading" with the dots on open eats. I have updated open eats network to be "proxynet" which is used for all my containers in the reverse proxy.

 

Quote

 

Here is my proxy conf:


server {
    listen 443 ssl;
    listen [::]:443 ssl;

    server_name openeats.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;

    # enable for ldap auth, fill in ldap details in ldap.conf
    #include /config/nginx/ldap.conf;

    # enable for Authelia
    #include /config/nginx/authelia-server.conf;

    location / {
        # enable the next two lines for http auth
        #auth_basic "Restricted";
        #auth_basic_user_file /config/nginx/.htpasswd;

        # enable the next two lines for ldap auth
        #auth_request /auth;
        #error_page 401 =200 /ldaplogin;

        # enable for Authelia
        #include /config/nginx/authelia-location.conf;

        include /config/nginx/proxy.conf;
        resolver 127.0.0.11 valid=30s;
        set $upstream_app openeats;
        set $upstream_port 8760;
        set $upstream_proto http;
        proxy_pass $upstream_proto://$upstream_app:$upstream_port;

    }
}


 

 

Edited by matt_erbeck
Added more info
Link to comment
  • 4 weeks later...
  • 1 month later...

Well, I hope this forums is still viewed... At any rate, I have a question regarding how to input recipe text.

If I enter the following it shows up  like:

 

Enter this:

Header:

text here

 

Looks like:

Header

1. text here

 

Does anyone have a cheat sheet on how to enter text such that I can enter sub bullets or tabbed references. 

 

Example:

Header:

1. text here

  • additional text here

Any help is appreciated.

 

Thank you.

 

Link to comment
  • 1 year later...
On 4/19/2021 at 1:08 PM, mfwade said:

Well, I hope this forums is still viewed... At any rate, I have a question regarding how to input recipe text.

If I enter the following it shows up  like:

 

Enter this:

Header:

text here

 

Looks like:

Header

1. text here

 

Does anyone have a cheat sheet on how to enter text such that I can enter sub bullets or tabbed references. 

 

Example:

Header:

1. text here

  • additional text here

Any help is appreciated.

 

Thank you.

 

I too, am interested in creating sub-bullets. Would be pretty awesome if there was a list of shortcuts to "stylize" the text in the recipes. 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.