Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Happily Running under casa-os AARCH64 on RK3566 #499

Closed
defencedog opened this issue Oct 12, 2024 · 3 comments
Closed

Happily Running under casa-os AARCH64 on RK3566 #499

defencedog opened this issue Oct 12, 2024 · 3 comments

Comments

@defencedog
Copy link

defencedog commented Oct 12, 2024

Which SIST2 component is your Feature Request related to?
Update documentation of docker-compose

Is your feature request related to a problem? Please describe.
Yes, default compose template not suitable for AARCH64

What would you like to see happen?
Successful using this Armbian Ubuntu Noble | Casa-OS v0.4.13

version: "3"

services:
  elasticsearch:
    image: docker.elastic.co/elasticsearch/elasticsearch:7.10.0-arm64
    restart: unless-stopped
    volumes:
      # This directory must have 1000:1000 permissions (or update PUID & PGID below)
      - /DATA/AppData/sist2-es-data/:/usr/share/elasticsearch/data
      - /media:/media
    environment:
      - "discovery.type=single-node"
      - "ES_JAVA_OPTS=-Xms1g -Xmx1g"
      - "PUID=1000"
      - "PGID=1000"
  sist2-admin:
    image: simon987/sist2:arm64-linux
    restart: unless-stopped
    volumes:
      - /DATA/AppData/sist2-admin-data/:/sist2-admin/
      - /:/host
      - /media:/media
    ports:
      - 4090:4090
      # NOTE: Don't expose this port publicly!
      - 4091:8080
    working_dir: /root/sist2-admin/
    entrypoint: python3
    command:
      - /root/sist2-admin/sist2_admin/app.py

out

@dpieski
Copy link
Contributor

dpieski commented Dec 26, 2024

Everyone's docker compose file will be unique to their system. It should already be understood if you are using docker, that you should use the image compatible with your system, right?

If you figured out your issue #498 you can close the issue.

@defencedog
Copy link
Author

@dpieski I would like one piece of information. xls xlsx files are parsed by sist2?

@dpieski
Copy link
Contributor

dpieski commented Jan 5, 2025

You can find a list of file-types that are parsed here: https://github.com/simon987/sist2?tab=readme-ov-file#format-support

xlsx is on the list. xls is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants