Find Jobs
Hire Freelancers

Creeate a fork of Gab with step-by-step remote host deployment instructions

$30-250 USD

Terminado
Publicado hace más de 2 años

$30-250 USD

Pagado a la entrega
I am looking for a step-by step tutorial to successfully deploy Gab’s open source code onto a remote ubuntu host machine. [login to view URL] (repo Password: “JesusChristIsKingTrumpWonTheElection“) takes you to the repository which has instructions ([login to view URL]) for deploying everything locally in a virtual box. The repository includes deployment instructions for **Docker and docker-compose**, but also a few specific platforms like **Heroku**, **Scalingo**, and **Nanobox**. I want these translated into a step-by-step tutorial for deployment on a remote host machine without a virtual box. Deliverables: a fork of the source code that has the “gab” button text changed to “post” (This is the button users press when creating a post/ gab/ tweet/toot) as part of the deliverables. A step-by-step detail on how to properly remotely deploy & configure above fork of gab-open-source to a host machine, based on machine ip and name server address from scratch. Configuration will include proper firewall, ip, dns, and email host deployment instructions. Gab’s open source code is a fork of Mastodon, a federated social media platform. here are instructions for how to deploy a Mastodon Server, which may be useful. Deployment details: Ubuntu 18.04 x64 (I can provide a remote host machine with test domain if needed) I can also provide working SMTP email server credentials to send signup emails from if needed **Tech stack:** - **Ruby on Rails** powers the REST API and other web pages - **React.js** and Redux are used for the dynamic parts of the interface - **Node.js** powers the streaming API **Requirements:** - **PostgreSQL** 9.5+ - **Redis** - **Ruby** 2.4+ - **Node.js** 8+ First few steps in server deployment Fresh boot Update and upgrade system packages apt update && apt upgrade -y create ssh key, push ssh key to server, login via ssh, and Enable SSHD no pw login vim /etc/ssh/sshd_config and find PasswordAuthentication. Make sure it’s uncommented and set to no. If you made any changes, restart sshd: Alias system and journalctl vim ~/.bashrc and paste to bottom: set -o vi alias s='systemctl' alias j='journalctl -xe' source .bashrc s restart sshd apt-get install fail2ban -y vim /etc/fail2ban/[login to view URL] and put this inside: [DEFAULT] destemail = [login to view URL] sendername = Fail2Ban [sshd] enabled = true port = 22 [sshd-ddos] enabled = true port = 22 Finally restart fail2ban: s restart fail2ban Step 5 firewall setup ( this may requires some modifications to work properly as it is copied from mastodon preconfig instructions ) Install a firewall and only whitelist SSH, HTTP and HTTPS ports apt install -y iptables-persistent select no 2x vim /etc/iptables/[login to view URL] and put this inside: *filter # Allow all loopback (lo0) traffic and drop all traffic to 127/8 that doesn't use lo0 -A INPUT -i lo -j ACCEPT -A INPUT ! -i lo -d [login to view URL] -j REJECT # Accept all established inbound connections -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT # Allow all outbound traffic - you can modify this to only allow certain traffic -A OUTPUT -j ACCEPT # Allow HTTP and HTTPS connections from anywhere (the normal ports for websites and SSL). -A INPUT -p tcp --dport 80 -j ACCEPT -A INPUT -p tcp --dport 443 -j ACCEPT # Allow SSH connections # The -dport number should be the same port number you set in sshd_config -A INPUT -p tcp -m state --state NEW --dport 22 -j ACCEPT # Allow ping -A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT # Log iptables denied calls -A INPUT -m limit --limit 5/min -j LOG --log-prefix "iptables denied: " --log-level 7 # Reject all other inbound - default deny unless explicitly allowed policy -A INPUT -j REJECT -A FORWARD -j REJECT COMMIT With iptables-persistent, that configuration will be loaded at boot time. But since we are not rebooting right now, we need to load it manually for the first time: iptables-restore < /etc/iptables/[login to view URL]
ID del proyecto: 31171741

Información sobre el proyecto

1 propuesta
Proyecto remoto
Activo hace 3 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
Adjudicado a:
Avatar del usuario
Thanks for your job description. I've already read your requirements carefully at the end and it makes me understand what you want. As a professional full-stack developer, I have successfully developed and launched several projects. If you give me a chance, I will provide your perfect result with my passion and skills You can see my skills via GitHub and through your project. [login to view URL] I think communication is the key to successful projects. Looking forward to discussing further via chat. Best regards! From your Andreii.
$140 USD en 7 días
4,6 (4 comentarios)
3,7
3,7

Sobre este cliente

Bandera de UNITED STATES
Hicksville, United States
5,0
2
Forma de pago verificada
Miembro desde ago 15, 2021

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.