Skip to content

(Solved)AIO working with Cloudflare? #2845

Discussion options

You must be logged in to vote

@H3is3nb3rg404
If you have a working Cloudflare injector let me share my settings for other.
Here is a short tutorial.

SOURCES
OS: Ubuntu server 22.04.02
Local IP address of the device: 192.168.1.31
Domain: cloud.battlezilla.com

FIREWALL
It may be necessary to enable ports on the device 8080 and 11000

sudo ufw allow 8080
sudo ufw allow 11000
sudo ufw reload

NEXTCLOUD AIO
Create a directory and in it the docker-compose.yml file
mkdir nextcloud-aio && cd nextcloud-aio && nano docker-compose.yml

insert code


version: "3.8"

services:
  nextcloud:
    image: nextcloud/all-in-one:latest
    restart: always
    container_name: nextcloud-aio-mastercontainer 
    volumes:
      - nextcloud_aio_m…

Replies: 10 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@H3is3nb3rg404
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@H3is3nb3rg404
Comment options

@aaronsbytes
Comment options

Comment options

You must be logged in to vote
1 reply
@H3is3nb3rg404
Comment options

Answer selected by szaimen
Comment options

You must be logged in to vote
1 reply
@H3is3nb3rg404
Comment options

Comment options

You must be logged in to vote
1 reply
@H3is3nb3rg404
Comment options

Comment options

You must be logged in to vote
2 replies
@GDRPrint
Comment options

@ericmclachlan
Comment options

Comment options

You must be logged in to vote
2 replies
@aaronsbytes
Comment options

@GDRPrint
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
9 participants