Giter Club home page Giter Club logo

eddy-server-management's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar pascalbaljet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eddy-server-management's Issues

is it possible to add existing servers to be managed on Eddy?

If I have existing droplets on DigitalOcean that are already provisioned and have sites and databases running on them, is it possible to add them to Eddy so I can add further sites?

Or how about if I wanted to migrate from Laravel Forge to Eddy?

Many thanks! This is a very interesting project!

Why opcache.jit is off?

I deployed the same site on the equals servers on digitalocean. One is managed by laravel forge and the second one by eddy. In case with eddy the website was very slow. The only difference I found is that in /etc/php/8.2/mods-available/opcache.ini we can see opcache.jit=off
After I commented this line and restarted php the website is working as fast as on the forge management.
Is there some reason or explanation why do you disable that jit?

AWS server provider

First of all - a very big thank you for this amazing software!

Is adding AWS server provider on the roadmap?

If not, are you open to contributions? I would love to contribute to this project.

FrankenPHP instead of pure Caddy

This project looks amazing. I have been quite fascinated however by frankenphp which is a Caddy binary with various precompiled tools, php, mercure, etc.

Is it possible to switch them out?

Mercure would supply SSE. I actually made a laravel forge recipe for mercure before someone pointed out. your project
https://forgerecipes.com/recipes/278

provisioning Server error on step Install Node 18

Error on provisioning Server

 
================================================================================
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
================================================================================

                           SCRIPT DEPRECATION WARNING                    

  
  This script, located at https://deb.nodesource.com/setup_X, used to
  install Node.js is deprecated now and will eventually be made inactive.

  Please visit the NodeSource distributions Github and follow the
  instructions to migrate your repo.
  https://github.com/nodesource/distributions

  The NodeSource Node.js Linux distributions GitHub repository contains
  information about which versions of Node.js and which Linux distributions
  are supported and how to install it.
  https://github.com/nodesource/distributions


                          SCRIPT DEPRECATION WARNING

================================================================================
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
================================================================================

TO AVOID THIS WAIT MIGRATE THE SCRIPT
Continuing in 60 seconds (press Ctrl-C to abort) ...


## Installing the NodeSource Node.js 18.x repo...


## Populating apt-get cache...

+ apt-get update
Reading package lists... Done
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
Error executing command, exiting

this step in this command

curl --silent --location https://deb.nodesource.com/setup_18.x | bash -

my fix is to replace this line with

apt-get install -y ca-certificates curl gnupg
mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list

Feature-Request: Add support for installing Security-Key resident SSH key parts.

Attempting to add an sk-ecdsa SSH public key fails.

I have a Yubikey with a key-resident SSH key. The public part is present in my /home/user/.ssh/ directory but attempting to add the public key fails with this message:

image

(I've redacted some of the public key string in the above - but the error was shown prior to redaction.)

Could this be due to lack of support for key-resident ssh keys in the phpseclib library?

provisioning Server error on step Install MySQL

Error on provisioning Server

(Reading database ... 209529 files and directories currently installed.)
Preparing to unpack mysql-apt-config_0.8.24-1_all.deb ...
Unpacking mysql-apt-config (0.8.24-1) over (0.8.24-1) ...
Setting up mysql-apt-config (0.8.24-1) ...
Warning: apt-key should not be used in scripts (called from postinst maintainerscript of the package mysql-apt-config)
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK

this step in this command

sudo dpkg --install mysql-apt-config_0.8.24-1_all.deb

my fix is to replace it with new mysql-apt-config version 0.8.29

change these lines on resources/views/tasks/provision/software/install-mysql80.blade.php

wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb
dpkg --install mysql-apt-config_0.8.29-1_all.deb

rm mysql-apt-config_0.8.29-1_all.deb

Creating Site with zero_downtime_deployment fails

Output log:

Cloning into bare repository '/home/eddy/mishnatchem.yiddishe-kop.com/repository'...
Fetching origin
Cloning into '.'...
done.
Already on 'main'
Your branch is up to date with 'origin/main'.
getfacl: /home/eddy/mishnatchem.yiddishe-kop.com/releases/1690456722/storage/app/public: No such file or directory
setfacl: /home/eddy/mishnatchem.yiddishe-kop.com/releases/1690456722/storage/app/public: No such file or directory 

Super excited about this open-source tool!

Creating server

I entered the digitalocean credentials and created a server. But in the configuration step, it creates the server in the DO, but does not recognize that it was created and does not exit this step.

image

Can you explain to me how this update works? horizon is already active

Remembering that it is a self-hosted version and the DO token has read and write p

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.