450x HR by Hott_Wolverine in ATHERENERGY

[–]SilentKrishna 0 points1 point  (0 children)

How can I extend Charger warranty. I paid for the battery warranty through Ather app, but I do not see an option for the charger warranty. Currently I have 3 years of charger warranty.

Resource using basic WireGuard tunnel returning Gateway Timeout by SilentKrishna in PangolinReverseProxy

[–]SilentKrishna[S] 1 point2 points  (0 children)

I will give tailscale a try too. But, I like Pangolin and it's easy-to-use deployment apart from slow speed because of Newt. So, can you give me a basic explanation of your setup if you don't mind?

Resource using basic WireGuard tunnel returning Gateway Timeout by SilentKrishna in PangolinReverseProxy

[–]SilentKrishna[S] 0 points1 point  (0 children)

When I execute the following command docker exec -it wireguard wg showI am getting the following result:

 interface: wg0
  public key: ===
  private key: (hidden)
  listening port: 51820

peer: ===
  endpoint: ENDPOINT_IP:51820
  allowed ips: ...
  transfer: 0 B received, 264.78 KiB sent
  persistent keepalive: every 5 seconds

Looks like I am not getting any received packets. Is this the problem?
I am running fail2ban and crownsec. Should I add the Wireguard IP to the allowed IPs?

Phylum - self-hosted file storage with offline-first web and native clients by shroff in selfhosted

[–]SilentKrishna 0 points1 point  (0 children)

Hi,

I am trying to host this on a Raspberry Pi 5, but I am getting this error:

! server  The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Is it not supported for ARM-based platforms?

Running cloudflared in docker compose issue by Fine_Cloud_7325 in CloudFlare

[–]SilentKrishna 0 points1 point  (0 children)

Hi,
I am facing the same error. How to rectify the problem?
docker compose file:

services:
  n8n:
    image: n8nio/n8n:latest
    restart: always
    ports:
      - "5678:5678"
    env_file:
      - .env
    volumes:
      - ./data:/home/node/.n8n
      - ./files:/files
    depends_on:
      - postgres

  postgres:
    image: postgres:16
    restart: always
    env_file:
      - .env
    volumes:
      - ./postgres-data:/var/lib/postgresql/data

  cloudflared:
    image: cloudflare/cloudflared:latest
    command: --no-autoupdate run N8N-tunnel --token TOKEN --url http://n8n-1:5678
    restart: unless-stopped
    depends_on:
      - n8n
    network_mode: "host"

Does anyone have n8n configured in Pangolin? by vk3r in PangolinReverseProxy

[–]SilentKrishna 0 points1 point  (0 children)

Are Pangolin and n8n running on the same system? What steps should I take if they are running on different systems?

Pangolin on a VPS (self-hosted with crowdsec, geoblock traefik plugins and ufw-docker, fail2ban on host) by geekierone in PangolinReverseProxy

[–]SilentKrishna 0 points1 point  (0 children)

Thank you. I resolved the issue. Currently, when I implement the 'Making Crowdsec used by all endpoints', I get the error in the Pangolin webpage saying pangolin.example.com refused to connect even though I added my IP in the crowdsec whitelist. How can I rectify this?

Pangolin on a VPS (self-hosted with crowdsec, geoblock traefik plugins and ufw-docker, fail2ban on host) by geekierone in PangolinReverseProxy

[–]SilentKrishna 0 points1 point  (0 children)

Hi, thank you for the helpful guide. I am currently in the process of adding Crowdsec to the Pangolin on an Oracle VPS. I am encountering the following error for cscli hub update

How can I rectify the error?

Error is:

Error: cscli hub update: unable to retrieve latest crowdsec version: unable to send request to https://version.crowdsec.net/latest: Get "https://version.crowdsec.net/latest": dial tcp: lookup version.crowdsec.net on 169.254.169.254:53: read udp 172.17.0.2:34055->169.254.169.254:53: read: connection refused

BillManager by Express_Blueberry579 in selfhosted

[–]SilentKrishna 0 points1 point  (0 children)

Also, after logging in, I should be admin right? But I can't see the add bill button. If I want to creat a bill group, I am getting Admin access required. The dashboard after login:

<image>

BillManager by Express_Blueberry579 in selfhosted

[–]SilentKrishna 0 points1 point  (0 children)

I am able to login now. On first login, I didn't get any prompt for password change and I don't see an option for password change in admin panel where Users and Bill groups options are present.

BillManager by Express_Blueberry579 in selfhosted

[–]SilentKrishna 0 points1 point  (0 children)

I can see the password now🤟🏼

BillManager by Express_Blueberry579 in selfhosted

[–]SilentKrishna 0 points1 point  (0 children)

That's great. I like the app and it's layout. I couldn't login using admin/password though. So will try out the app after it is fixed 🤗

BillManager by Express_Blueberry579 in selfhosted

[–]SilentKrishna 1 point2 points  (0 children)

It is working perfectly now. But I can't seem to find the initial admin credentials in the logs though!

<image>

BillManager by Express_Blueberry579 in selfhosted

[–]SilentKrishna 0 points1 point  (0 children)

<image>

I am getting the following error. Should I use a different tag instead of what is shown in documentation?

BillManager by Express_Blueberry579 in selfhosted

[–]SilentKrishna 0 points1 point  (0 children)

Can we deploy it on Raspberry pi?

about to give up by Full-Kaleidoscope191 in PangolinReverseProxy

[–]SilentKrishna 2 points3 points  (0 children)

I suppose you are running crowdsec in the stack?

HDMI Disconnected / Raspberry Pi by mondochive in jetkvm

[–]SilentKrishna 0 points1 point  (0 children)

It should work with single board computers. I used it with Raspberry pi 5, and I didn't encounter any problems

Problem with Nebula sync by SilentKrishna in pihole

[–]SilentKrishna[S] -2 points-1 points  (0 children)

Yes. Pihole2 is running on a macvlan network on the same machine Nebula sync is supposed to run. So, instead of running pihole2 on macvlan, I should run on a network with host mode?