Recent content by webadmin | FWCloud Forum

Recent content by webadmin

  1. W

    2 Bugs regarding backup/restore

    Hello, just wanted to report two bugs/problems with moving a FWcloud setup from a classic install to a docker based container setup. Both sites are running the same versions: FWCloud-UI - v2.0.11 FWCloud-API - v2.0.16 Doing a full backup on the old site went fine! Restoring the .zip-file...
  2. W

    How to controll a docker cluster

    Thank you very much! In your documentation you have a screenshot of the SNAT section https://fwcloud.net/wp-content/uploads/2022/04/FWCloud-Docker-01.png There a "Docker network" is set in source field. How should this network be created? Do you know how to handle Docker Swarm in this setup...
  3. W

    How to controll a docker cluster

    Hello, so far we are using FWCloud for standalone webservers. Now we want to include a Docker Swarm Cluster. But on these hosts Docker is modifing IPTABLES too. ubuntu@docker-mgr1-vm:~$ sudo iptables -S -P INPUT ACCEPT -P FORWARD DROP -P OUTPUT ACCEPT -N DOCKER -N DOCKER-INGRESS -N...
  4. W

    Unable to remove Node from Cluster

    Ahh, you're right. Deleting the rule solved the problem. Thank you very much for the fantastic support!!!
  5. W

    Unable to remove Node from Cluster

    Exactly, this is the main function where I noticed the problems. Editing IP Groups and Rules, Compiling and Installing worked fine. As soon as the tool reached the node which does not exists anymore... So I wanted to delete it... What do you mean with "can you show us the information in the...
  6. W

    Unable to remove Node from Cluster

    After you click “Yes” in the confirmation dialog, no error message is displayed. Sometimes you will see a red icon, but it only appears for a few frames and disappears immediately
  7. W

    Unable to remove Node from Cluster

    This logfile does not contain any errors root@fwcadmin-vm:~# tail -f /opt/fwcloud/api/logs/app.log 2024-12-02 10:58:27|INFO|Received signal: SIGTERM 2024-12-02 10:58:27|INFO|------- Application stopped -------- 2024-12-02 10:59:24|INFO|------- Starting application ------- 2024-12-02...
  8. W

    Unable to remove Node from Cluster

    Do you meen this message? Which logfile to check? /opt/fwcloud/websrv/logs/app.log is showing these messages: 2024-12-02 10:59:10|ERROR|Proxing request: /socket.io/?EIO=4&transport=polling&t=uyuao9o2 - connect ECONNREFUSED 127.0.0.1:3131 2024-12-02 10:59:15|ERROR|Proxing request...
  9. W

    Unable to remove Node from Cluster

    Hello, as soon as I try to remove a node from a cluster I will only get a 403 Forbidden. This 403 ist also returned for other actions but there changes are mainly stored anyway. What could be the reason for this? I already checked /opt/fwcloud/api/.env and CORS_WHITELIST="" is set to the...
  10. W

    Update fails after "FWCloud-Updater" has been updated to 2.0.0

    Thank you very much for your support! This solved all the problems! Just a question: We are thinking about to switch to a docker based setup. What would be the best migration path from the package based setup to a docker based? Simply importing a backup into the new setup?
  11. W

    Update fails after "FWCloud-Updater" has been updated to 2.0.0

    API Log is showing But updater Log is showing: Could it be an IPv6 problem? API is requesting via IPv6, but Updater is only listening on IPv4?
  12. W

    Update fails after "FWCloud-Updater" has been updated to 2.0.0

    This also does not work after the update of the updater has finished:
  13. W

    Update fails after "FWCloud-Updater" has been updated to 2.0.0

    Just tested this, but :3030/api/updates will also only return a 500 (Internal Server Error) after updater was started
Top