pmcnano

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pmcnano's Achievements

Noob

Noob (1/14)

5

Reputation

  1. I was just looking for something like this. Thanks! That being said, your unraid template is missing somethings...I will try to fix it and submit a PR to your repo. Edit: It's actually all okay, the thing is, and I'm not sure how to fix, since the ports are not specified, the docker app doesn't offer to open the web gui. But just going to the port 8090 works fine. Probably worth allowing the user to specify which port is going to use. And I thiiink maybe the app icon has to be PNG but not entirely sure. Edit2: Seems like the database is reset after restarting the container? I assume is because it's not being stored in the appdata. Edit3: Sorry for all the edits. Added a path mapping, /app/pb_data to my appdata folder and the database is now persisted.
  2. Submitted a PR to fix your Muse template. Though even if it now runs, it still doesn't work while trying to play some media.
  3. Just as an FYI, this image gave me the answer: I don't recall ever moving my docker "Host access to custom networks" setting, but it's enabled. I have a feeling it was auto-enabled at some point by an update or something else. And per that table, it won't work with NAT = true. Since I didn't want to stop all my docker containers, I went with the last option, and added my static routes with NAT= false and my problems were solved.
  4. @CorneliousJD any reason to require a redis password? What if my redis instance has no password? 🤔
  5. @ich777idk if you noticed, nor if it's normal. But the Craftopia docker seems to be using a lot of CPU all the time? Even with no activity?
  6. balls, thanks! edit: pff, a vm won't do either, it requires a GPU for some reason.
  7. Hey! Do you mind making a craftopia server? 🥺 Thanks for your work!
  8. Hey @ich777 thanks for your apps! I tried looking for any repo I could just push a fix for this but couldn't find it. Either way, your mindustry "app" says the following: CONSOLE: To connect to the console open up the terminal for this docker and type in: 'docker exec -u terraria -ti NAMEOFYOURCONTAINER screen -xS Mindustry' (without quotes). The user is "mindustry" actually.
  9. Ah, thanks! You are right. Tho, the last post does mention it works fine with sqlite, which is what we are using, no? Edit: Tried with postgres and same thing, also commented on that post. I also found a post saying it might be permission issues with the data directory, but they seem to be root already. I will keep an eye on that issue. Thanks!
  10. @FoxxMD noticed that every time the docker restarts, it restarts the setup. You just complete it and your data is still there, but if I don't go there, the app doesn't run. For instance, if I restart my server, the slack notifications are down until I complete the setup again.
  11. Yup, it does suck a bit, something changed and my database got corrupted with the update a week ago, I Spent days trying to fix it and reinstalling didn't work either. Ended up doing above. I feel like @SpaceInvaderOne missed something in the update but I don't think he has connected in a while. We'll see, I had to setup my cameras again but I have it all working again.
  12. Since the update last night I am getting an error, I tried what @SpaceInvaderOne suggested for another problem a couple of replies before, but it didn't work. I removed the template and reinstalled, same error. 2020-05-14 17:06:31 11 [ERROR] mysqld: Incorrect information in file: './ccio/Presets.frm' Error: ER_NOT_FORM_FILE: Incorrect information in file: './ccio/Presets.frm' at Query.Sequence._packetToError (/opt/shinobi/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14) at Query.ErrorPacket (/opt/shinobi/node_modules/mysql/lib/protocol/sequences/Query.js:79:18) at Protocol._parsePacket (/opt/shinobi/node_modules/mysql/lib/protocol/Protocol.js:291:23) at Parser._parsePacket (/opt/shinobi/node_modules/mysql/lib/protocol/Parser.js:433:10) at Parser.write (/opt/shinobi/node_modules/mysql/lib/protocol/Parser.js:43:10) at Protocol.write (/opt/shinobi/node_modules/mysql/lib/protocol/Protocol.js:38:16) at Socket.<anonymous> (/opt/shinobi/node_modules/mysql/lib/Connection.js:88:28) at Socket.<anonymous> (/opt/shinobi/node_modules/mysql/lib/Connection.js:526:10) at Socket.emit (events.js:223:5) at addChunk (_stream_readable.js:309:12) at readableAddChunk (_stream_readable.js:290:11) at Socket.Readable.push (_stream_readable.js:224:10) at TCP.onStreamRead (internal/stream_base_commons.js:181:23) -------------------- at Protocol._enqueue (/opt/shinobi/node_modules/mysql/lib/protocol/Protocol.js:144:48) at Connection.query (/opt/shinobi/node_modules/mysql/lib/Connection.js:198:25) at /opt/shinobi/node_modules/knex/lib/dialects/mysql/index.js:130:18 at Promise._execute (/opt/shinobi/node_modules/bluebird/js/release/debuggability.js:384:9) at Promise._resolveFromExecutor (/opt/shinobi/node_modules/bluebird/js/release/promise.js:518:18) at new Promise (/opt/shinobi/node_modules/bluebird/js/release/promise.js:103:10) at Client_MySQL._query (/opt/shinobi/node_modules/knex/lib/dialects/mysql/index.js:124:12) at Client_MySQL.query (/opt/shinobi/node_modules/knex/lib/client.js:158:17) at Runner.query (/opt/shinobi/node_modules/knex/lib/runner.js:135:36) at /opt/shinobi/node_modules/knex/lib/runner.js:39:23 at tryCatcher (/opt/shinobi/node_modules/bluebird/js/release/util.js:16:23) at /opt/shinobi/node_modules/bluebird/js/release/using.js:185:26 at tryCatcher (/opt/shinobi/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/opt/shinobi/node_modules/bluebird/js/release/promise.js:547:31) at Promise._settlePromise (/opt/shinobi/node_modules/bluebird/js/release/promise.js:604:18) at Promise._settlePromise0 (/opt/shinobi/node_modules/bluebird/js/release/promise.js:649:10) { code: 'ER_NOT_FORM_FILE', errno: 1033, sqlMessage: "Incorrect information in file: './ccio/Presets.frm'", sqlState: 'HY000', index: 0, sql: 'ALTER TABLE `Presets` CHANGE COLUMN `type` `type` VARCHAR(50) NULL DEFAULT NULL AFTER `details`;' } !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This Install of Shinobi is NOT Activated !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2020-05-14T17:06:33-05:00 This Install of Shinobi is NOT Activated
  13. I wasn't on my computer when I replied a couple of minutes ago, but just in case:
  14. I'm sorry but it actually works for me. I just checked both my tunnels and they are detected a open.
  15. Not what I meant. To actually check that the port is in fact open. https://check-host.net/check-udp