ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Quick and dirty install Wiki.js on Fedora 27

    Scheduled Pinned Locked Moved IT Discussion
    wiki.js
    16 Posts 5 Posters 1.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch @AdamF
      last edited by

      @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

      Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

      Yes, I have a Nginx proxy in front. But that is on another box.

      AdamFA 1 Reply Last reply Reply Quote 0
      • black3dynamiteB
        black3dynamite
        last edited by

        If you want to have wiki.js autostart after reboot. You can install pm2 and tell pm2 to configure itself as a startup service.

        But before installing pm2 and configuring it, you will want to temporary set SELinux to permissive and also install setroubleshoot-server. After installing and configuring pm2. You will end up having to run these commands.

        ausearch -c 'systemd' --raw | audit2allow -M my-systemd
        semodule -i my-systemd.pp
        

        You'll get that info from running sealert -a /var/log/audit/audit.log.
        SystemD needs read access to pm2.pid.

        1 Reply Last reply Reply Quote 1
        • AdamFA
          AdamF @JaredBusch
          last edited by

          @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

          @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

          Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

          Yes, I have a Nginx proxy in front. But that is on another box.

          I think to do this properly, I should put up Nginx in front as well. If I were to just put Wiki.js on a VPS, I could put Nginx on the same box, correct?

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @AdamF
            last edited by

            @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

            @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

            @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

            Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

            Yes, I have a Nginx proxy in front. But that is on another box.

            I think to do this properly, I should put up Nginx in front as well. If I were to just put Wiki.js on a VPS, I could put Nginx on the same box, correct?

            Yes.

            AdamFA 1 Reply Last reply Reply Quote 0
            • AdamFA
              AdamF @JaredBusch
              last edited by

              @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

              @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

              @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

              @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

              Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

              Yes, I have a Nginx proxy in front. But that is on another box.

              I think to do this properly, I should put up Nginx in front as well. If I were to just put Wiki.js on a VPS, I could put Nginx on the same box, correct?

              Yes.

              Another project for the list!

              JaredBuschJ 1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @AdamF
                last edited by

                @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

                Yes, I have a Nginx proxy in front. But that is on another box.

                I think to do this properly, I should put up Nginx in front as well. If I were to just put Wiki.js on a VPS, I could put Nginx on the same box, correct?

                Yes.

                Another project for the list!

                I have instructions for CentOS7 on here. shoudl be the same.

                AdamFA 1 Reply Last reply Reply Quote 0
                • AdamFA
                  AdamF @JaredBusch
                  last edited by

                  @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                  @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                  @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                  @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                  @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                  @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                  Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

                  Yes, I have a Nginx proxy in front. But that is on another box.

                  I think to do this properly, I should put up Nginx in front as well. If I were to just put Wiki.js on a VPS, I could put Nginx on the same box, correct?

                  Yes.

                  Another project for the list!

                  I have instructions for CentOS7 on here. shoudl be the same.

                  Referring to this one, I assume...https://mangolassi.it/topic/6905/setting-up-nginx-on-centos-7-as-a-reverse-proxy

                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @AdamF
                    last edited by

                    @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                    @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                    @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                    @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                    @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                    @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                    @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                    Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

                    Yes, I have a Nginx proxy in front. But that is on another box.

                    I think to do this properly, I should put up Nginx in front as well. If I were to just put Wiki.js on a VPS, I could put Nginx on the same box, correct?

                    Yes.

                    Another project for the list!

                    I have instructions for CentOS7 on here. shoudl be the same.

                    Referring to this one, I assume...https://mangolassi.it/topic/6905/setting-up-nginx-on-centos-7-as-a-reverse-proxy

                    Yes. There is nothing special in setting up NginX on CentOS versus Fedora.

                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                    • JaredBuschJ
                      JaredBusch @JaredBusch
                      last edited by

                      @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                      @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                      @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                      @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                      @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                      @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                      @jaredbusch said in Quick and dirty install Wiki.js on Fedora 27:

                      @fuznutz04 said in Quick and dirty install Wiki.js on Fedora 27:

                      Nice work. Are you documenting putting a reverse proxy in front of this, or are you only using it internally?

                      Yes, I have a Nginx proxy in front. But that is on another box.

                      I think to do this properly, I should put up Nginx in front as well. If I were to just put Wiki.js on a VPS, I could put Nginx on the same box, correct?

                      Yes.

                      Another project for the list!

                      I have instructions for CentOS7 on here. shoudl be the same.

                      Referring to this one, I assume...https://mangolassi.it/topic/6905/setting-up-nginx-on-centos-7-as-a-reverse-proxy

                      Yes. There is nothing special in setting up NginX on CentOS versus Fedora.

                      and I made a new guide for that now.
                      https://mangolassi.it/topic/16651/install-nginx-as-a-reverse-proxy-on-fedora-27

                      1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch
                        last edited by

                        added some screenshots in post 3.

                        https://mangolassi.it/topic/16171/quick-and-dirty-install-wiki-js-on-fedora-27/3

                        1 Reply Last reply Reply Quote 0
                        • A
                          Alex Sage @JaredBusch
                          last edited by Alex Sage

                          @JaredBusch said in Quick and dirty install Wiki.js on Fedora 27:

                          This brings it to here. I'm not sure why the system is not showing the css. Probably because I do not have my proxy setup right yet.
                          0_1521133945975_e56999fa-d7c4-4bd6-a27e-d8ecc13ea318-image.png

                          @JaredBusch Did you get this fixed?

                          Having the same issue behind NGINX reverse proxy

                          1 Reply Last reply Reply Quote 0
                          • A
                            Alex Sage
                            last edited by

                            Nevermind.

                            https://docs.requarks.io/wiki/administration/setup-nginx-reverse-proxy

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post