CasaOS and LinkDing
Giving LinkDing a whirl. It isn’t featured in any of the stores I’ve found, so I rolled my own. Here’s a sample YAML:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
name: courageous_kalyn services: main_app: cpu_shares: 10 command: [] deploy: resources: limits: memory: 256M image: sissbruecker/linkding labels: icon: https://icon.casaos.io/main/all/linkding.png ports: - target: 9090 published: "9090" protocol: tcp restart: unless-stopped volumes: - type: bind source: /DATA/AppData/linkding/data target: /etc/linkding/data devices: [] cap_add: [] environment: [] network_mode: bridge privileged: false container_name: "" hostname: "" x-casaos: author: self category: self hostname: "" icon: https://icon.casaos.io/main/all/linkding.png index: / port_map: "9090" scheme: http store_app_id: courageous_kalyn title: custom: LinkDing |
Once it’s up, hit the terminal and create a user with:
1 |
python manage.py createsuperuser --username=joe --email=joe@example.com |
From there it will prompt for a password.